mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 13:32:00 -05:00
fix:index_html
This commit is contained in:
@@ -18,16 +18,17 @@
|
|||||||
{%- if feed is containing('atom') %}
|
{%- if feed is containing('atom') %}
|
||||||
<link rel="alternate" type="application/atom+xml" title="{{ config.title }} Atom Feed" href="{{ get_url(path=feed, trailing_slash=false, lang=lang) | safe }}" />
|
<link rel="alternate" type="application/atom+xml" title="{{ config.title }} Atom Feed" href="{{ get_url(path=feed, trailing_slash=false, lang=lang) | safe }}" />
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{%- if feed is containing('rss') %}
|
{%- if feed is containing('rss') %}
|
||||||
<link rel="alternate" type="application/rss+xml" title="{{ config.title }} RSS Feed" href="{{ get_url(path=feed, trailing_slash=false, lang=lang) | safe }}" />
|
<link rel="alternate" type="application/rss+xml" title="{{ config.title }} RSS Feed" href="{{ get_url(path=feed, trailing_slash=false, lang=lang) | safe }}" />
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endfor %}
|
|
||||||
{% endif -%}
|
|
||||||
|
|
||||||
{# Favicon #}
|
{%- endfor %}
|
||||||
{% if config.extra.favicon %}
|
{%- endif -%}
|
||||||
<link rel="icon" type="image/png" href={{ config.extra.favicon }} />
|
|
||||||
{% endif %}
|
{%- if config.extra.favicon %}
|
||||||
|
<link rel="shortcut icon" type="{{ config.extra.favicon_mimetype | default(value="image/x-icon") | safe }}" href="{{ config.extra.favicon | safe }}">
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
{%- block extra_head %}
|
{%- block extra_head %}
|
||||||
{% endblock extra_head -%}
|
{% endblock extra_head -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user