Compare commits
2 commits
65236d771e
...
51a62f0817
Author | SHA1 | Date | |
---|---|---|---|
51a62f0817 | |||
54e4a73248 |
15 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = {{ replace .File.ContentBaseName "-" " " | title }}
|
title = "{{ replace .File.ContentBaseName "-" " " | title }}"
|
||||||
date = {{ .Date }}
|
date = {{ .Date }}
|
||||||
draft = true
|
draft = true
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
--fg: #cdd6f4;
|
--fg: #cdd6f4;
|
||||||
--bg: #11111b;
|
--bg: #11111b;
|
||||||
--link: #bd93f9;
|
--link: #bd93f9;
|
||||||
|
--link-active: #8be9fd;
|
||||||
--overlay: #313244;
|
--overlay: #313244;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -124,6 +125,10 @@ a:visited {
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:active {
|
||||||
|
color: var(--link-active);
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-block-start: 0;
|
margin-block-start: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,4 +13,5 @@
|
||||||
<a id="post"></a>
|
<a id="post"></a>
|
||||||
{{ end }} {{ .Content }}
|
{{ end }} {{ .Content }}
|
||||||
</article>
|
</article>
|
||||||
{{ partial "tags.html" . }} {{ end }}
|
{{ partial "tags.html" . }}
|
||||||
|
{{ end }}
|
Loading…
Add table
Reference in a new issue