Compare commits

..

No commits in common. "cfa3fa5beac60bc54a313bb811e0a53d6d771d75" and "900fe7ed066801819e6423db2691a15c55bffb7a" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View File

@ -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: 900 font-weight: 600
color: $text color: $text
text-decoration: none text-decoration: none
padding: 0 padding: 0

View 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 250 }}</p> <p>{{ .Content | truncate 100 }}</p>
</article> </article>
{{ end }} {{ end }}
</section> </section>