Compare commits
No commits in common. "cfa3fa5beac60bc54a313bb811e0a53d6d771d75" and "900fe7ed066801819e6423db2691a15c55bffb7a" have entirely different histories.
cfa3fa5bea
...
900fe7ed06
@ -35,7 +35,7 @@ header
|
||||
header h1, header h1 a
|
||||
margin: 0
|
||||
font-size: 1.6rem
|
||||
font-weight: 900
|
||||
font-weight: 600
|
||||
color: $text
|
||||
text-decoration: none
|
||||
padding: 0
|
||||
|
@ -6,7 +6,7 @@
|
||||
{{ range $pages }}
|
||||
<article>
|
||||
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
|
||||
<p>{{ .Content | truncate 250 }}</p>
|
||||
<p>{{ .Content | truncate 100 }}</p>
|
||||
</article>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user