Compare commits

..

No commits in common. "b1cd2daa9fec9cffe011e7b9f98dbb33ec07145e" and "ef2f31e38c0057e6bccccbcddf0a933b07b54887" have entirely different histories.

3 changed files with 3 additions and 5 deletions

1
.gitignore vendored
View file

@ -27,4 +27,3 @@ hugo.linux
# Built Visual Studio Code Extensions
*.vsix
.DS_Store

View file

@ -59,7 +59,7 @@ content h1 {
padding: 0;
border: 0;
font-family: $heading-font-family;
font-size: 1.6em;
font-size: 1.5em;
vertical-align: baseline;
line-height: 100%;
margin-top: 2rem;
@ -71,7 +71,7 @@ content h2 {
margin: 0;
padding: 0;
border: 0;
font-size: 1.4em;
font-size: 1.3em;
font-family: $heading-font-family;
vertical-align: baseline;
line-height: 100%;
@ -85,7 +85,6 @@ content h3 {
padding: 0;
border: 0;
font-family: $heading-font-family;
font-size: 1.2em;
vertical-align: baseline;
line-height: 100%;
margin-top: 2rem;

View file

@ -4,7 +4,7 @@
<p>{{ .Content }}</p>
{{ range .Pages }}
<div class="section-page-item">
<h3>{{ .Title }}</h3>
<h2>{{ .Title }}</h2>
<time>{{ .PublishDate | time.Format ":date_medium" }}</time>
<div class="summary">{{ .Summary }}</div>
<a href="{{ .RelPermalink }}">Read more &rarr;</a>