summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-12 20:39:46 +0100
committerVolpeon <git@volpeon.ink>2021-11-12 20:39:46 +0100
commit9763ea03164f983d77051a84609dcae80885b1c0 (patch)
tree0d667634827c533fc1bb880c8e910e61581156e8 /templates/base.html
parentAdd focus to header (diff)
downloadvolpeon.ink-9763ea03164f983d77051a84609dcae80885b1c0.tar.gz
volpeon.ink-9763ea03164f983d77051a84609dcae80885b1c0.tar.bz2
volpeon.ink-9763ea03164f983d77051a84609dcae80885b1c0.zip
Improved page
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
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>