all repos — homestead @ 94e341ef9e615ed594a05cabd360fb93fdd59f4a

Code for my website

Link to GPG key

Alan Pearce
commit

94e341ef9e615ed594a05cabd360fb93fdd59f4a

parent

33bc8141e15ac6029bccc1cc12964227075e43f3

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>