Change the html templates to point to gitlab repo

This commit is contained in:
Zac Bohon 2021-08-01 15:14:29 -05:00
parent 9981d0ff38
commit 287e2fc19c
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
<a class="level-item is-size-7" href="/about">
About
</a>
<a class="level-item is-size-7" href="https://github.com/jfmcbrayer/brutaldon">
<a class="level-item is-size-7" href="https://gitlab.com/brutaldon/brutaldon">
Source
</a>
</div>

View File

@ -180,7 +180,7 @@
<a class="level-item is-size-7" href="{% url "about" %}">
About
</a>
<a class="level-item is-size-7" href="https://github.com/jfmcbrayer/brutaldon">
<a class="level-item is-size-7" href="https://gitlab.com/brutaldon/brutaldon">
Source
</a>
<span class="level-item is-size-7" >Bookmarklet: <a href="{{ bookmarklet_url }}">Share via brutaldon</a></span>