Merge branch 'fix-source-link' into 'main'
fix the html templates to point to gitlab repo See merge request brutaldon/brutaldon!3
This commit is contained in:
commit
13761e6125
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue