This commit is contained in:
Madison Scott-Clary
2019-10-10 22:03:08 -07:00
parent 78a0dec1df
commit b375783b45
15 changed files with 3119 additions and 2695 deletions

View File

@ -5,7 +5,7 @@
{{ range $paginator.Pages.ByPublishDate.Reverse }}
<h2><a href="{{ .URL }}">{{ .Params.title }}</a> </h2>
{{ if (ge .Date.Year 2019) }}<p class="date">{{ .Date.Format "January 2, 2006" }}</p>{{ end }}
<p>{{ .Summary }}</p>
<div class="news-summary">{{ .Summary }}</div>
{{ end }}
{{ partial "pagination.html" . }}
</main>

View File

@ -116,6 +116,16 @@ blockquote em {
font-weight: bold;
font-family: 'Merriweather Sans', sans-serif;
}
.news-summary .cw {
text-align: left;
font-size: 14pt;
}
.news-summary .cw:before {
display: inline-block;
margin-right: 0.25rem;
font-size: 28pt;
vertical-align: middle;
}
.info {
color: #008;
text-align: right;
@ -128,8 +138,8 @@ blockquote em {
font-family: 'Merriweather Sans', sans-serif;
}
pre {
border: 1px solid #eee;
padding: 1em;
border: 1px solid #eee;
white-space: pre-wrap;
font-family: 'Ubuntu Mono', monospace;
}