parent
f6a67927cd
commit
6e2f054d42
@ -1,23 +1,4 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<style>
|
|
||||||
ul {
|
|
||||||
list-style-type: none;
|
|
||||||
padding: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
li span {
|
|
||||||
flex: 0 0 130px;
|
|
||||||
}
|
|
||||||
|
|
||||||
li a:visited {
|
|
||||||
color: #6532dc;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<content>
|
<content>
|
||||||
{{ if .Data.Singular }}
|
{{ if .Data.Singular }}
|
||||||
<h3 style="margin-bottom:0">Filtering for "{{ .Title }}"</h3>
|
<h3 style="margin-bottom:0">Filtering for "{{ .Title }}"</h3>
|
||||||
@ -25,7 +6,7 @@
|
|||||||
<a href="{{ "/blog" | relURL }}">Remove filter</a>
|
<a href="{{ "/blog" | relURL }}">Remove filter</a>
|
||||||
</small>
|
</small>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<ul>
|
<ul class="blog-posts">
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
<li>
|
<li>
|
||||||
<span>
|
<span>
|
||||||
|
Loading…
Reference in New Issue
Block a user