1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

Move content class decl to artivle.vto

This commit is contained in:
RGBCube 2024-03-04 13:11:28 +03:00
parent 350ecd5e97
commit a2f3fc2e5c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
layout: text.vto
---
{{ content }}
<div class="content">{{ content }}</div>
{{ if tags.length !== 0 }}
<p>Tags: {{ tags.join(", ") }}</p>

View file

@ -119,7 +119,7 @@ layout: base.vto
</div>
</nav>
<div class="content">{{ content }}</div>
{{ content }}
<footer>Copyright © RGBCube</footer>
</div>