1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +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 layout: text.vto
--- ---
{{ content }} <div class="content">{{ content }}</div>
{{ if tags.length !== 0 }} {{ if tags.length !== 0 }}
<p>Tags: {{ tags.join(", ") }}</p> <p>Tags: {{ tags.join(", ") }}</p>

View file

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