diff --git a/lib/site_template/_includes/footer.html b/lib/site_template/_includes/footer.html index 9fbc29e3..72239f1c 100644 --- a/lib/site_template/_includes/footer.html +++ b/lib/site_template/_includes/footer.html @@ -16,25 +16,13 @@
diff --git a/lib/site_template/_includes/icon-github.html b/lib/site_template/_includes/icon-github.html new file mode 100644 index 00000000..604b6d31 --- /dev/null +++ b/lib/site_template/_includes/icon-github.html @@ -0,0 +1,7 @@ + + + {% include icon-github.svg %} + + + {{ include.username }} + diff --git a/lib/site_template/_includes/icon-twitter.html b/lib/site_template/_includes/icon-twitter.html new file mode 100644 index 00000000..25c242ec --- /dev/null +++ b/lib/site_template/_includes/icon-twitter.html @@ -0,0 +1,7 @@ + + + {% include icon-twitter.svg %} + + + {{ include.username }} +