srctree

Gregory Mullen parent 9b39ef8f 868e4a56
fix summary & footnote html/css

inlinesplit
layouts/_default/index.html added: 17, removed: 7, total 10
@@ -8,7 +8,11 @@
{{- if not .Params.draft -}}
<li>
<h3><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h3>
<p>{{ .Summary | plainify }}</p>
<p>{{ if .Params.trunc -}}
{{- .Summary | plainify | truncate .Params.trunc "" -}}
{{- else -}}
{{- .Summary | plainify -}}
{{- end }}</p>
</li>
{{- end -}}
{{ end }}
 
static/static/main.css added: 17, removed: 7, total 10
@@ -41,7 +41,7 @@ a:visited {
sup {
top: -0.333em;
position: relative;
font-size: 85%;
font-size: 80%;
}
header {
grid-area: header;
@@ -91,6 +91,11 @@ blockquote p {
}
}
 
:target {
background: #ffffff20;
transition-duration: 750ms;
}
 
footer {
width: 20rem;
max-width: 33vw;
@@ -118,9 +123,9 @@ p > img {
display: block;
}
 
.footnote-ref {
padding-right: 0.2em;
}
a.footnote-ref { padding-right: 0.1em; }
a.footnote-ref:before{ content: '[' }
a.footnote-ref:after{ content: ']' }
 
ul {
list-style: circle;
@@ -255,6 +260,7 @@ pre code {
padding: 0.9em;
margin: 2em 0 2em 2em;
max-width: 80vw;
overflow: scroll;
}
 
.highlight .c{color:#998;font-style:italic}