diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 6573dc5..6424447 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -23,7 +23,7 @@ | |||
23 | <link href="$feed.url.rel$" type="application/atom+xml" rel="alternate" title="$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$" /> | 23 | <link href="$feed.url.rel$" type="application/atom+xml" rel="alternate" title="$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$" /> |
24 | $endif$ | 24 | $endif$ |
25 | $if(layout.is_categorized_list)$ | 25 | $if(layout.is_categorized_list)$ |
26 | $for(pages.asc_title)$ | 26 | $for(pages.all)$ |
27 | $if(it.feed)$ | 27 | $if(it.feed)$ |
28 | <link href="$it.feed.url.rel$" type="application/atom+xml" rel="alternate" title="$it.title$ – $site.title$" /> | 28 | <link href="$it.feed.url.rel$" type="application/atom+xml" rel="alternate" title="$it.title$ – $site.title$" /> |
29 | $endif$ | 29 | $endif$ |
@@ -47,7 +47,7 @@ | |||
47 | <header class="c-header"> | 47 | <header class="c-header"> |
48 | <nav class="c-header__nav"> | 48 | <nav class="c-header__nav"> |
49 | <a class="c-header__item c-header__item--icon" href="/" title="$site.title$"> | 49 | <a class="c-header__item c-header__item--icon" href="/" title="$site.title$"> |
50 | <svg class="c-header__icon"> | 50 | <svg class="c-header__icon" width="1em" height="1em"> |
51 | <use href="/symbols.svg#logo"></use> | 51 | <use href="/symbols.svg#logo"></use> |
52 | </svg> | 52 | </svg> |
53 | </a> | 53 | </a> |