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:
parent
350ecd5e97
commit
a2f3fc2e5c
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue