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
|
|
@ -4,10 +4,9 @@ title: Index
|
|||
tags:
|
||||
- demoIndex
|
||||
---
|
||||
{% assign pageBase = hippie.pageBase -%}
|
||||
{% assign pageId = page.fileSlug -%}
|
||||
{% assign pageClass = "h_full_view" -%}
|
||||
{% layout "hippie/full.liquid" %}
|
||||
{% assign pageClass = 'h_full_view' -%}
|
||||
{% layout 'hippie/full.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="wrap">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue