Compare commits
2 Commits
900fe7ed06
...
cfa3fa5bea
Author | SHA1 | Date | |
---|---|---|---|
cfa3fa5bea | |||
2dd4884e9f |
@ -35,7 +35,7 @@ header
|
|||||||
header h1, header h1 a
|
header h1, header h1 a
|
||||||
margin: 0
|
margin: 0
|
||||||
font-size: 1.6rem
|
font-size: 1.6rem
|
||||||
font-weight: 600
|
font-weight: 900
|
||||||
color: $text
|
color: $text
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
padding: 0
|
padding: 0
|
||||||
|
0
assets/sass/_tools.sass
Normal file
0
assets/sass/_tools.sass
Normal file
@ -6,7 +6,7 @@
|
|||||||
{{ range $pages }}
|
{{ range $pages }}
|
||||||
<article>
|
<article>
|
||||||
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
|
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
|
||||||
<p>{{ .Content | truncate 100 }}</p>
|
<p>{{ .Content | truncate 250 }}</p>
|
||||||
</article>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user