From 662309ff4ee45f44e40a6da9c05c515306387d15 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sat, 10 Jan 2015 19:17:48 -0500 Subject: [PATCH] Fixed link in business-card snippet Now when using "./site check" everything looks good (excluding the reference to nojs/index.html from templates/default.haml) Signed-off-by: Collin J. Doering --- templates/partials/business-card.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/business-card.haml b/templates/partials/business-card.haml index 2a37a2c..0f60bf0 100644 --- a/templates/partials/business-card.haml +++ b/templates/partials/business-card.haml @@ -5,5 +5,5 @@ .info %span.name Collin J. Doering %a.email(href="mailto:collin.doering@gmail.com") collin.doering@gmail.com - %a.gpg-key(href="files/collin-doering.gpg") 4096R/E05BFEC + %a.gpg-key(href="/files/collin-doering.gpg") 4096R/E05BFEC