Skip to content

Commit 88cfc2f

Browse files
committed
fix footer
1 parent fe1b0e7 commit 88cfc2f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

web/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,9 +1582,8 @@ <h6 class="text-muted mb-0 pb-0 pt-3 px-3">Code:</h6>
15821582

15831583
<div class="row">
15841584
<div class="col-3">© 2017 <a href="http://tdhopper.com">Tim Hopper</a></div>
1585-
<div class="col-8">© 2017 <a href="https://github.com/tdhopper/ggplot_vs_python_vis">
1586-
Generated from an IPython Notebook on Github (<a href="https://github.com/tdhopper/ggplot_vs_python_vis/a52a410">a52a410</a>)
1587-
</a></div>
1585+
<div class="col-7">© 2017 <a href="https://github.com/tdhopper/ggplot_vs_python_vis">
1586+
Generated from an IPython Notebook on Github</a> (<a href="https://github.com/tdhopper/ggplot_vs_python_vis/commit/fe1b0e7">fe1b0e7</a>)</div>
15881587

15891588
<div class="col-2"><p class="float-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
15901589
</div>

web/t_index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ <h6 class="text-muted">Note:</h6>
128128
<div class="row">
129129
<div class="col-3">© 2017 <a href="http://tdhopper.com">Tim Hopper</a></div>
130130
<div class="col-7">© 2017 <a href="https://github.com/tdhopper/ggplot_vs_python_vis">
131-
Generated from an IPython Notebook on Github (<a href="https://github.com/tdhopper/ggplot_vs_python_vis/{{ git }}">{{ git }}</a>)
132-
</a></div>
131+
Generated from an IPython Notebook on Github</a> (<a href="https://github.com/tdhopper/ggplot_vs_python_vis/commit/{{ git }}">{{ git }}</a>)</div>
133132

134133
<div class="col-2"><p class="float-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
135134
</div>

0 commit comments

Comments
 (0)