Skip to content

Commit

Permalink
Fixed: footer gstudio link issue of not loading latest git-commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kedar2a committed Nov 2, 2016
1 parent ae9933c commit e3260a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<br>
<ul>
<li>
<strong>Powered by <a href="https://gitlab.com/gnowledge/gstudio/tree/4572458" target="_blank">gstudio </a> built at Gnowledge Lab,</strong>
{% get_latest_git_hash as git_commit_hash %}
<strong>Powered by <a href="https://gitlab.com/gnowledge/gstudio/tree/{{git_commit_hash}}" target="_blank">gstudio </a> built at Gnowledge Lab,</strong>
</li>
<li>
<strong><a href="http://www.hbcse.tifr.res.in/" target="_blank">Homi Bhabha Centre for Science Education</a>, <a href="http://www.tifr.res.in/" target="_blank">TIFR</a>.</strong>
Expand Down Expand Up @@ -54,7 +55,7 @@ <h4 style="color: #999;">Info pages</h4>
</div>
</div>
<!-- ****** -->
</div>
</div>
</div>
</div>
</footer>
Expand Down

0 comments on commit e3260a8

Please sign in to comment.