forked from mirrors/bookwyrm
Use html in code of conduct
This commit is contained in:
parent
632ef258b7
commit
7612df5161
3 changed files with 8 additions and 10 deletions
|
@ -3,16 +3,14 @@
|
|||
|
||||
<div class="columns">
|
||||
<div class="column block">
|
||||
<blockquote>
|
||||
{% include 'snippets/about.html' with site_settings=site_settings %}
|
||||
</blockquote>
|
||||
{% include 'snippets/about.html' with site_settings=site_settings %}
|
||||
</div>
|
||||
|
||||
<div class="column block">
|
||||
<h2 class="title">Code of Conduct</h2>
|
||||
<blockquote>
|
||||
{{ site_settings.code_of_conduct }}
|
||||
</blockquote>
|
||||
<div class="content">
|
||||
{{ site_settings.code_of_conduct | safe }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -51,6 +51,10 @@
|
|||
<div class="column">
|
||||
<div class="block">
|
||||
{% include 'snippets/about.html' with site_settings=site_settings %}
|
||||
|
||||
<p class="block">
|
||||
<a href="/about/">More about this site</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -5,7 +5,3 @@
|
|||
<p class="block">
|
||||
{{ site_settings.instance_description }}
|
||||
</p>
|
||||
|
||||
<p class="block">
|
||||
<a href="/about/">More about this site</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue