feat: Change usage of templates
- Remove unnecessary super blocks - Use simple templates - Remove pageBase variable from templates
This commit is contained in:
parent
78a761f9cf
commit
0daf19bd87
7 changed files with 12 additions and 17 deletions
|
|
@ -6,7 +6,7 @@ tags:
|
|||
{% assign pageBase = "../../" -%}
|
||||
{% assign pageId = page.fileSlug -%}
|
||||
{% assign bodyClass = "body_start" -%}
|
||||
{% layout "hippie/full.liquid" %}
|
||||
{% layout "hippie/simple.liquid" %}
|
||||
|
||||
{% block body %}
|
||||
<main>
|
||||
|
|
@ -35,7 +35,6 @@ tags:
|
|||
{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
{{ block.super -}}
|
||||
<script>
|
||||
// Page script
|
||||
// NOTE: https://duckduckgo.com/duckduckgo-help-pages/settings/params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue