aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html21
1 files changed, 1 insertions, 20 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index bd3c972..2545d9a 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -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>