diff --git a/_config.yml b/_config.yml index fc7cee3..41d8544 100644 --- a/_config.yml +++ b/_config.yml @@ -22,4 +22,5 @@ sass: mustache_set_delimiter: "{{={u{ }u}=}}" recaptcha_site_key: 6LeOIlAUAAAAAGRZuMvrOqTch_aPFaV7kmrF68zD -project_path: /projects/:slug \ No newline at end of file +project_path: /projects/:slug +github_commit_path: https://github.com/NateShoffner/nateshoffner.github.io/commit/:id \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index ebf516d..3af6e9b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,6 +3,8 @@ © Nate Shoffner, {{ site.time | date: '%Y' }}. All rights reserved.
Privacy | Disclosure | Report Issue +
+ Build: {{ site.github.build_revision | slice: 0, 7 }} - {{ site.time | date_to_rfc822 }}