diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/custom_head.html | 4 | ||||
| -rw-r--r-- | layouts/partials/footer.html | 11 | ||||
| -rw-r--r-- | layouts/partials/style.html | 7 |
3 files changed, 19 insertions, 3 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 4ea89a1..d1d336a 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -9,3 +9,7 @@ rel="webmention" href="https://webmention.io/www.glowisle.me/webmention" /> +<link + rel="stylesheet" + href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" +/> diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index afe2521..229a5ad 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,9 @@ -<p class="copyright"> +<div class="copyright"> © 2024 - 2025 | Made with ❤️ by - <a href="https://github.com/yingyu5658">Verdant</a>. -</p> + <a href="https://github.com/yingyu5658">Verdant</a>. | + <div class="social-icons"> + <a href="/atom.xml"> + <i class="fa fa-rss"></i> + </a> + </div> +</div> diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 7d29d4e..dc53e01 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -30,6 +30,13 @@ 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } + .social-icons { + display: inline; + font-size: 16px; + float: right; + font-family: var(--font-primary); + } + img.missing { display: none; } |
