···
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index, follow" />
6
-
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
8
+
type="application/xml"
{% if page.title %} {% set title = page.title %} {% elif section.title %} {% set
8
-
title = section.title %} {% elif config.title %} {% set title = config.title %}
9
-
{% endif %} {% if page.extra.author %} {% set author = page.extra.author %} {%
10
-
elif section.extra.author %} {% set author = section.extra.author %} {% elif
13
+
title = section.title %} {% elif term %} {% set title = "|" ~ term.name ~ "|" %}
14
+
{% elif current_path and "tags" in current_path %} {% set title = "Root Index"
15
+
%} {% elif config.title %} {% set title = config.title %} {% endif %} {% if
16
+
page.extra.author %} {% set author = page.extra.author %} {% elif
17
+
section.extra.author %} {% set author = section.extra.author %} {% elif
config.extra.author %} {% set author = config.extra.author %} {% endif %} {% if
page.description %} {% set description = page.description | truncate(length=150)
%} {% elif section.description %} {% set description = section.description |
···
href="{{ get_url(path=config.extra.favicon, trailing_slash=false) }}"
60
-
{% endif %} {% endblock metatags %}
61
-
{% if config.generate_feeds %} {% block feed%}
62
-
<link rel="alternate" type="application/atom+xml" title="RSS" href="{{
63
-
get_url(path="atom.xml", trailing_slash=false) }}">
64
-
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
65
-
{% endblock feed %} {% endif%}
66
-
{% block css %} {% set cssHash = get_hash(path="css/main.css", sha_type=256,
67
+
{% endif %} {% endblock metatags %} {% if config.generate_feeds %} {% block
68
+
feed%} <link rel="alternate" type="application/atom+xml" title="RSS" href="{{
69
+
get_url(path="atom.xml", trailing_slash=false) }}"> <link rel="alternate"
70
+
type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml",
71
+
trailing_slash=false) }}"> {% endblock feed %} {% endif%} {% block css %} {% set
72
+
cssHash = get_hash(path="css/main.css", sha_type=256, base64=true) %}