diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-11-12 15:29:37 -0500 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-11-12 15:29:55 -0500 |
commit | 4598d7092b2bdc23a8976ac26e91d9072513820b (patch) | |
tree | 588ebed5f5ba87ad6f21863866e303b18a5f19b5 /_layouts | |
parent | c81ed0c05e5b14fc6e247da53b93068e54d0a526 (diff) |
add viz 1 post
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 }} </div> + {% if page.git_repo %} + <p class="light"> + <em>To check this project out locally:</em></br> + <pre><code>git clone {{ page.git_repo }} +{% if page.git_commit %}git checkout {{ page.git_commit }}{% endif %}</code></pre> + </p> + {% endif %} + {% if prev or next %} <p class="light"><em> This post is part of a series<br/> |