Compare commits

...

2 Commits

Author SHA1 Message Date
cfa3fa5bea increase header font weight 2025-06-06 18:11:36 -06:00
2dd4884e9f improve formatting 2025-06-06 18:08:59 -06:00
3 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ header
header h1, header h1 a
margin: 0
font-size: 1.6rem
font-weight: 600
font-weight: 900
color: $text
text-decoration: none
padding: 0

0
assets/sass/_tools.sass Normal file
View File

View File

@ -6,7 +6,7 @@
{{ range $pages }}
<article>
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
<p>{{ .Content | truncate 100 }}</p>
<p>{{ .Content | truncate 250 }}</p>
</article>
{{ end }}
</section>