summaryrefslogtreecommitdiffstats
path: root/static/includes
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-08-08 18:51:36 -0400
committerrsiddharth <s@ricketyspace.net>2020-08-08 18:51:36 -0400
commit84ea2a2ef7bee45b8b7a069d50487a3b8c073caa (patch)
treed1f7bb2b908d1546affc8c71cb31aa0a70e6ac1f /static/includes
parent7bccac71de92610fd7f1143d784378a83cb77c78 (diff)
footer: add "follow us" section
* scss/style.scss (.mastadon-icon .follow-block): New classes. * static/includes/follow.html: New file. * static/includes/footer.html: Include follow.html
Diffstat (limited to 'static/includes')
-rw-r--r--static/includes/follow.html16
-rwxr-xr-xstatic/includes/footer.html3
2 files changed, 19 insertions, 0 deletions
diff --git a/static/includes/follow.html b/static/includes/follow.html
new file mode 100644
index 0000000..4cf31d3
--- /dev/null
+++ b/static/includes/follow.html
@@ -0,0 +1,16 @@
+<div class="content is-small has-text-centered">
+ <div class="follow-block">
+ <p class="is-sr-only">Follow us</p>
+ <ul>
+ <li><a class="follow-link" rel="me"
+ href="https://social.masto.host/@fsfi">
+ <span class="mastadon-icon"></span>
+ <span class="is-sr-only">Mastadon</span></a>
+ </li>
+ <li><a class="follow-link" href="/news/feed.atom">
+ <span class="feed-icon"></span>
+ <span class="is-sr-only">News Feed</span></a>
+ </li>
+ </ul>
+ </div>
+</div>
diff --git a/static/includes/footer.html b/static/includes/footer.html
index d0066b6..a9a408f 100755
--- a/static/includes/footer.html
+++ b/static/includes/footer.html
@@ -1,5 +1,8 @@
<!-- start footer -->
<footer class="footer">
+
+ <!--#include virtual="/includes/follow.html"-->
+
<div class="content is-small">
<p>Copyright &copy; 2002-2020 Free Software Foundation of India.</p>