Fixed tags html
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
---
|
||||
title: NexusV7
|
||||
tags: Static site generator
|
||||
tags: rust, static site generator
|
||||
tags: rust handlebars markdown static site generator
|
||||
date: 2021-01-01
|
||||
yearonly: true
|
||||
url: nexusv7.html
|
||||
|
||||
@@ -197,6 +197,16 @@ footer {
|
||||
background-color: rgb(219, 219, 219);
|
||||
}
|
||||
|
||||
.contentContainer article h5 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.contentContainer article h6 {
|
||||
margin: 0px;
|
||||
color: #999;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.contentContainer img{
|
||||
width: 60%;
|
||||
display:block;
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<div class="contentContainer">
|
||||
<article>
|
||||
<h1>{{post.title}}</h1>
|
||||
<h5>
|
||||
<h5>{{post.date_printable}}</h5>
|
||||
<h6>
|
||||
{{#each post.tags}}
|
||||
<span>{{this}}</span>
|
||||
{{/each}}
|
||||
</h5>
|
||||
<h5>{{post.date_printable}}</h5>
|
||||
</h6>
|
||||
<hr/>
|
||||
{{{post.body}}}
|
||||
<hr/>
|
||||
|
||||
Reference in New Issue
Block a user