Add more social icons to footer (#70)

* Enable markdown in post titles
* Update footer icons to no atrib assets
This commit is contained in:
Joe Hutchinson
2022-02-09 13:17:35 -05:00
committed by GitHub
parent ac516333b5
commit 56f9b1ee83
25 changed files with 538 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
</div>
{{- end }}
<article class="card-body">
<h2 class="card-title">{{ .Title }}</h2>
<h2 class="card-title">{{ .Title | markdownify }}</h2>
<p class="card-text">{{ if (isset .Params "description") }}{{ index .Params "description" | htmlUnescape }}{{ else }}{{ .Summary | plainify | htmlUnescape }}{{ end }}</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "Jan 2, 2006" }}</time></p>