fix: styling of ul.blog-posts

see 0c3efa6
master
Jan Raasch 2020-10-01 16:12:16 +02:00
parent f6a67927cd
commit 6e2f054d42
1 changed files with 1 additions and 20 deletions

View File

@ -1,23 +1,4 @@
{{ 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>
{{ if .Data.Singular }}
<h3 style="margin-bottom:0">Filtering for "{{ .Title }}"</h3>
@ -25,7 +6,7 @@
<a href="{{ "/blog" | relURL }}">Remove filter</a>
</small>
{{ end }}
<ul>
<ul class="blog-posts">
{{ range .Pages }}
<li>
<span>