fix: Change path to reflect repo name

This commit is contained in:
sthag 2026-04-23 21:33:32 +02:00
parent 980b611a31
commit 49fa858003
8 changed files with 26 additions and 26 deletions

View file

@ -15,7 +15,7 @@
{{ hippie.titlePostfix -}}
</title>
{% block meta -%}
{% render 'hippie/partials/meta.liquid' %}
{% render 'hippie-view/partials/meta.liquid' %}
{% endblock -%}
{% block links -%}
<link rel="shortcut icon" type="image/x-icon"
@ -31,7 +31,7 @@
<h1>{{ title }}</h1>
{% block main %}{% endblock -%}
</main>
{% render 'hippie/partials/footer-status' %}
{% render 'hippie-view/partials/footer-status' %}
{% endblock -%}
</body>
</html>