grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit fcd8df2424c36f45799b2859db27094547827239
parent e1d61825388761fed2346cbc8ae8a062f1a42608
Author: corndog <cauchyn@firemail.cc>
Date:   Mon, 17 Oct 2016 13:35:43 -0700

Change footer; include fingerprint

Diffstat:
out/galois/index.html | 5++++-
out/index.html | 5++++-
out/sits/index.html | 5++++-
site.tmpl | 5++++-
4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/out/galois/index.html b/out/galois/index.html @@ -14,6 +14,9 @@ tags: project</p> <h2>description: Exercises I&rsquo;ve written for a math study group. NB: 303 to GitLab</h2> -<a href="mailto:contact@grgr.me">contact@grgr.me</a> (<a href="./PGP">PGP</a>) +<p> +<a href="mailto:contact@grgr.me">contact@grgr.me</a><br> +<a href="./PGP">PGP</a>: 8F9A 850E 9435 4903 0CB7 30F4 C466 E02A 4B21 3DB8 +</p> </body> </html> diff --git a/out/index.html b/out/index.html @@ -30,6 +30,9 @@ Thanks for your attention and have a good, good day. </p> -<a href="mailto:contact@grgr.me">contact@grgr.me</a> (<a href="./PGP">PGP</a>) +<p> +<a href="mailto:contact@grgr.me">contact@grgr.me</a><br> +<a href="./PGP">PGP</a>: 8F9A 850E 9435 4903 0CB7 30F4 C466 E02A 4B21 3DB8 +</p> </body> </html> diff --git a/out/sits/index.html b/out/sits/index.html @@ -43,6 +43,9 @@ any problems.</p> <p>C to bomb</p> -<a href="mailto:contact@grgr.me">contact@grgr.me</a> (<a href="./PGP">PGP</a>) +<p> +<a href="mailto:contact@grgr.me">contact@grgr.me</a><br> +<a href="./PGP">PGP</a>: 8F9A 850E 9435 4903 0CB7 30F4 C466 E02A 4B21 3DB8 +</p> </body> </html> diff --git a/site.tmpl b/site.tmpl @@ -10,7 +10,10 @@ {{ end }} {{ define "footer" }} -<a href="mailto:contact@grgr.me">contact@grgr.me</a> (<a href="./PGP">PGP</a>) +<p> +<a href="mailto:contact@grgr.me">contact@grgr.me</a><br> +<a href="./PGP">PGP</a>: 8F9A 850E 9435 4903 0CB7 30F4 C466 E02A 4B21 3DB8 +</p> </body> </html> {{ end }}