Add how to
This commit is contained in:
parent
07ab9703d4
commit
ab64095081
1 changed files with 12 additions and 0 deletions
12
how-to.md
Normal file
12
how-to.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# How To: Add Links to the footer
|
||||||
|
|
||||||
|
See the documentation on [forgejo.org](https://forgejo.org/docs/latest/developer/customization/).
|
||||||
|
|
||||||
|
In short:
|
||||||
|
* Create the following file structure in your $FORGEJO\_CUSTOM
|
||||||
|
* `mkdir -p $FORGEJO_CUSTOM/templates/custom`
|
||||||
|
* `touch extra_links_footer.tmp`
|
||||||
|
* Add Links that point to a repository containing Privacy and Imprint infos:
|
||||||
|
* <a class="item" href="REPLACE_WITH_URL">Impressum</a>
|
||||||
|
* <a class="item" href="REPLACE_WITH_URL">Datenschutz</a>
|
||||||
|
|
Loading…
Reference in a new issue