My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add link to blog source in the footer

+4 -1
+4 -1
templates/index.html
··· 35 35 <div class="copyright"> 36 36 <div class="copyright--user">{{ config.extra.copyright | safe }}</div> 37 37 <div class="copyright--tracking"> 38 - Public tracking available at <a href="https://plausible.io/hauleth.dev">Plausible.io</a> 38 + public tracking available at <a href="https://plausible.io/hauleth.dev">Plausible.io</a> 39 + </div> 40 + <div class="copyright--source"> 41 + <a href="https://github.com/hauleth/hauleth">source code</a> 39 42 </div> 40 43 </div> 41 44 {% endblock copyright %}