new layout for tags
This commit is contained in:
parent
de0dc64d61
commit
20a7336ef6
1 changed files with 11 additions and 0 deletions
11
src/_layouts/tags.njk
Normal file
11
src/_layouts/tags.njk
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: base
|
||||
masonry: true
|
||||
---
|
||||
|
||||
<article class="region">
|
||||
<div class="wrapper flow">
|
||||
<h1 class="gradient-text-linear">{{ title }}</h1>
|
||||
{{ content | safe }}
|
||||
</div>
|
||||
</article>
|
||||
Loading…
Reference in a new issue