diff options
Diffstat (limited to 'themes/flamingo/layouts/partials')
-rw-r--r-- | themes/flamingo/layouts/partials/footer.html | 7 | ||||
-rw-r--r-- | themes/flamingo/layouts/partials/header.html | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html index 4476494..5a3724b 100644 --- a/themes/flamingo/layouts/partials/footer.html +++ b/themes/flamingo/layouts/partials/footer.html @@ -5,6 +5,13 @@ <li><a href="/about/">about</a></li> <li><a href="/logs/">logs</a></li> <li><a href="/privacy/">privacy</a></li> + <li> <a + class="brand-icon" + target="_blank" + href="/index.xml"> + <i class="fab fa-rss"></i> + </a> + </li> </ul> </nav> </div> diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html index 8f26fb4..478c6f1 100644 --- a/themes/flamingo/layouts/partials/header.html +++ b/themes/flamingo/layouts/partials/header.html @@ -1,4 +1,5 @@ <header> + <!-- title wrapper --> <div class="title-wrapper"> <a href="/"> |