From 4598d7092b2bdc23a8976ac26e91d9072513820b Mon Sep 17 00:00:00 2001
From: Brian Picciano
Date: Mon, 12 Nov 2018 15:29:37 -0500
Subject: add viz 1 post
---
_layouts/post.html | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to '_layouts')
diff --git a/_layouts/post.html b/_layouts/post.html
index 86456f8..27bec33 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -57,6 +57,14 @@ layout: default
{{ content }}
+ {% if page.git_repo %}
+
+ To check this project out locally:
+
git clone {{ page.git_repo }}
+{% if page.git_commit %}git checkout {{ page.git_commit }}{% endif %}
+
+ {% endif %}
+
{% if prev or next %}
This post is part of a series
--
cgit v1.2.3