Counter Implementation
This commit is contained in:
@@ -127,6 +127,7 @@ footer {
|
||||
.card-content { padding: 1rem 1.25rem 1.5rem; }
|
||||
.card h2 { margin: .25rem 0 .5rem; font-size: 1.25rem; line-height: 1.3; }
|
||||
.card time { color: var(--text-muted); font-size: .85rem; }
|
||||
.card-count { color: var(--text-muted); font-size: .85rem; }
|
||||
|
||||
/* ---------- Artikel ---------- */
|
||||
.hero {
|
||||
|
@@ -11,6 +11,7 @@
|
||||
<div class="card-content">
|
||||
<h2>{{ .Title }}</h2>
|
||||
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "02.01.2006" }}</time>
|
||||
<p class="card-count">{{ .Counter }}</p>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user