Fix UL styles
This commit is contained in:
@@ -31,10 +31,21 @@ ul {
|
||||
padding: 0;
|
||||
text-indent: -2ch;
|
||||
|
||||
li::before {
|
||||
color: #aaa;
|
||||
content: '∗';
|
||||
margin: 0 1ch 0 0;
|
||||
li {
|
||||
&::before {
|
||||
color: #aaa;
|
||||
content: '∗';
|
||||
float: left;
|
||||
margin-right: 2ch;
|
||||
}
|
||||
|
||||
p {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
text-indent: -2ch;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
|
||||
<ul>
|
||||
{{ range . }}
|
||||
<li>“<a href="{{ .url }}">{{ .title }}</a>”;
|
||||
<li>
|
||||
“<a href="{{ .url }}">{{ .title }}</a>”;
|
||||
<a href="/archive/{{ .file }}">
|
||||
backed up {{ .date | time.Format "2006-01-02 15:04:05 MST" }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user