Compare commits
2 Commits
900fe7ed06
...
cfa3fa5bea
Author | SHA1 | Date | |
---|---|---|---|
cfa3fa5bea | |||
2dd4884e9f |
@ -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
0
assets/sass/_tools.sass
Normal 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user