diff options
author | Aditya <bluenerd@protonmail.com> | 2023-02-13 11:25:31 +0530 |
---|---|---|
committer | Aditya <bluenerd@protonmail.com> | 2023-02-13 11:25:31 +0530 |
commit | ec397d766d909b0ac62251085c52e120e086122c (patch) | |
tree | 0a5b75c66e787fdfe122d1759afbd10b350b2a51 /layouts/partials | |
parent | b82c1602ff49dab296e6ca02de5259735f7099c6 (diff) |
point to new url
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c68ed1d..928f790 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{ if .Site.LanguagePrefix -}} <a href="{{ .Site.LanguagePrefix | absURL }}/index.xml" type="application/rss+xml" class="iconfont icon-rss" title="rss"></a> {{- else -}} - <a href="https://banyan.divineduty.xyz" class="icons pleroma" title="Pleroma"></a> + <a href="https://blog.adityakumar.xyz" class="icons pleroma" title="Pleroma"></a> <a href="{{ .Site.RSSLink }}" type="application/rss+xml" class="iconfont icon-rss" title="rss"></a> {{- end }} </div> @@ -42,7 +42,7 @@ <span class="source"> <br> - <a href="https://banyan.divineduty.xyz/GNUxeava/divine-chronicles">View source</a> + <a href="https://gitea.adityakumar.xyz/aditya/blog">View source</a> </span> <span class="copyright-year"> {{- $current := now.Format "2006" }} |