Compare commits

..

No commits in common. "51a62f0817ed6345c5f93182a332c8258eaa8353" and "65236d771e31dc36b5cf95083fc012f5e05aa220" have entirely different histories.

15 changed files with 2 additions and 8 deletions

View file

@ -1,5 +1,5 @@
+++ +++
title = "{{ replace .File.ContentBaseName "-" " " | title }}" title = {{ replace .File.ContentBaseName "-" " " | title }}
date = {{ .Date }} date = {{ .Date }}
draft = true draft = true
+++ +++

View file

@ -6,7 +6,6 @@
--fg: #cdd6f4; --fg: #cdd6f4;
--bg: #11111b; --bg: #11111b;
--link: #bd93f9; --link: #bd93f9;
--link-active: #8be9fd;
--overlay: #313244; --overlay: #313244;
} }
@ -125,10 +124,6 @@ a:visited {
color: var(--link); color: var(--link);
} }
a:active {
color: var(--link-active);
}
ul { ul {
margin-block-start: 0; margin-block-start: 0;
} }

View file

@ -13,5 +13,4 @@
<a id="post"></a> <a id="post"></a>
{{ end }} {{ .Content }} {{ end }} {{ .Content }}
</article> </article>
{{ partial "tags.html" . }} {{ partial "tags.html" . }} {{ end }}
{{ end }}