(Grav GitSync) Automatic Commit from GitSync
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
<div class="row mb-3">
|
||||
<h1 class="funky-font main-header text-center">{{ page.title }}</h1>
|
||||
</div>
|
||||
{% if content %}
|
||||
<div class="row mb-3">
|
||||
<div class="col-12 col-lg-8 offset-lg-2 text-center">
|
||||
{{ content|raw }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="row g-3">
|
||||
{% for child in page.children %}
|
||||
{% if child.published %}
|
||||
|
||||
Reference in New Issue
Block a user