this repo has no description

Change repository from GitHub to Tangled

hauleth.dev f55d4d60 06aefd19

verified
Changed files
+3 -1
templates
+2
config.toml
···
for_hire = true
theme_color = "blue"
+
source = "https://tangled.sh/hauleth.dev/blog"
+
logo_text = "~hauleth"
logo_home_link = "/"
+1 -1
templates/index.html
···
public tracking available at <a href="https://plausible.io/hauleth.dev">Plausible.io</a>
</div>
<div class="copyright--source">
-
<a href="https://github.com/hauleth/hauleth">source code</a>
+
<a href="{{ config.extra.source }}">source code</a>
</div>
</div>
{% endblock copyright %}