fix: Change path to reflect repo name
This commit is contained in:
parent
980b611a31
commit
49fa858003
8 changed files with 26 additions and 26 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue