diff options
Diffstat (limited to 'themes/flamingo/layouts/partials')
-rw-r--r-- | themes/flamingo/layouts/partials/footer.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html index 5a3724b..40e51c2 100644 --- a/themes/flamingo/layouts/partials/footer.html +++ b/themes/flamingo/layouts/partials/footer.html @@ -9,7 +9,7 @@ class="brand-icon" target="_blank" href="/index.xml"> - <i class="fab fa-rss"></i> + <i class="fa fa-rss" aria-hidden="true"></i> </a> </li> </ul> @@ -21,5 +21,4 @@ {{ partial "comments.html" }} {{ end }} {{ end }} - <!-- <p>© {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p> --> </footer> |