diff --git a/README.md b/README.md index 40ebbe7..a278e76 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The minimalist [Pelican](http://blog.getpelican.com/) theme. - [Google Tag Manager](https://www.google.com/tagmanager/) - [Piwik](http://piwik.org/) - [StatusCake](https://www.statuscake.com/) +- [Github Corners](https://github.com/tholman/github-corners) ## Install diff --git a/templates/base.html b/templates/base.html index 66ae5de..65d86d6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -182,5 +182,6 @@ {% include "partial/jsonld.html" %} {% block additional_js %}{% endblock %} + {% include 'partial/github.html' %} diff --git a/templates/partial/github.html b/templates/partial/github.html new file mode 100644 index 0000000..ebdb1c5 --- /dev/null +++ b/templates/partial/github.html @@ -0,0 +1,5 @@ +{% if GITHUB_URL %} + + + +{% endif %}