include Gitea in footer
This commit is contained in:
parent
62206d37ea
commit
2d8b65567f
2 changed files with 3 additions and 2 deletions
|
@ -53,6 +53,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li><a href="{{ '/feed.xml' | relative_url }}">Atom feed</a></li>
|
<li><a href="{{ '/feed.xml' | relative_url }}">Atom feed</a></li>
|
||||||
<li><a href="/pgp.txt">PGP key</a></li>
|
<li><a href="/pgp.txt">PGP key</a></li>
|
||||||
|
<li><a href="https://git.fef.moe/fef">Gitea</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
4
about.md
4
about.md
|
@ -26,8 +26,8 @@ curl https://fef.moe/pgp.txt | gpg --import
|
||||||
If you want to study the source code for this webbed site or any other project
|
If you want to study the source code for this webbed site or any other project
|
||||||
of mine, you should seek professional help immediately. If you have done so and
|
of mine, you should seek professional help immediately. If you have done so and
|
||||||
still haven't changed your mind, you may visit my
|
still haven't changed your mind, you may visit my
|
||||||
[Gitea page](https://git.fef.moe/fef) or clone the source for this site
|
[Gitea](https://git.fef.moe/fef/blog)
|
||||||
directly:
|
or clone the source for this site directly:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://git.fef.moe/fef/blog.git
|
git clone https://git.fef.moe/fef/blog.git
|
||||||
|
|
Loading…
Reference in a new issue