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:
parent
350ecd5e97
commit
a2f3fc2e5c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
layout: text.vto
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
<div class="content">{{ content }}</div>
|
||||
|
||||
{{ if tags.length !== 0 }}
|
||||
<p>Tags: {{ tags.join(", ") }}</p>
|
||||
|
|
|
@ -119,7 +119,7 @@ layout: base.vto
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="content">{{ content }}</div>
|
||||
{{ content }}
|
||||
|
||||
<footer>Copyright © RGBCube</footer>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue