Refactor banner
This commit is contained in:
parent
4e6c9ad1a0
commit
cb71a8e7ea
1 changed files with 6 additions and 1 deletions
|
|
@ -40,5 +40,10 @@ default_user_preferences:
|
||||||
# port: 8080
|
# port: 8080
|
||||||
|
|
||||||
modified_source_code_url: "https://git.m724.eu/id.420129"
|
modified_source_code_url: "https://git.m724.eu/id.420129"
|
||||||
banner: '<small style="opacity: 0.5;"><a href="/about">Instance info here. Please read.</a> <a href="/about/problems.html">Having problems? Here are some solutions.</a></small>'
|
|
||||||
|
|
||||||
|
banner: >
|
||||||
|
<small style="opacity: 0.5;">
|
||||||
|
<a href="/about">Instance info here. Please read.</a>
|
||||||
|
|
||||||
|
<a href="/about/problems.html">Having problems? Here are some solutions.</a>
|
||||||
|
</small>
|
||||||
|
|
|
||||||
Reference in a new issue