all repos — website @ 20b1c4635bc8e1d1692c7884cf76556d37102e9a

My website

Link to GPG key

Alan Pearce
commit

20b1c4635bc8e1d1692c7884cf76556d37102e9a

parent

f2daaeb2fd0114831c995fd2b48baf201364dc92

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M layouts/index.htmllayouts/index.html
@@ -29,6 +29,11 @@ </li>
{{ end }} </ul> </section> + <footer> + {{ with .Site.Params.GPG }} + GPG Key: <a href="{{ .url }}" rel="pgpkey">{{ .fingerprint }}</a> + {{ end }} + </footer> </main> {{ partial "sidebar.html" . }} </body>