feat: Remove pageBase from liquid templates
- Remove pageBase global from all liquid templates - Change " to ' for all liquid tags
This commit is contained in:
parent
d64bf61a9c
commit
2d3c049d40
38 changed files with 86 additions and 110 deletions
|
|
@ -3,7 +3,7 @@ title: Components
|
|||
tags:
|
||||
- demoIndex
|
||||
---
|
||||
{% layout "hippie/page.liquid" %}
|
||||
{% layout 'hippie/page.liquid' %}
|
||||
|
||||
{% block title %}Komponenten{% endblock %}
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ tags:
|
|||
<p>Bekommt üblicherweise Klassen zur Positionierung und der Abmessungen zugewiesen.</p>
|
||||
<footer>Fußbereich</footer>
|
||||
<div style="position:relative;height:256px;background-color:#b7e0f0;">
|
||||
{% render "hippie/partials/footer-pinned.liquid" %}
|
||||
{% render 'hippie/partials/footer-pinned.liquid' %}
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue