moviewyrm/bookwyrm/templates/snippets/about.html

12 lines
275 B
HTML
Raw Normal View History

2020-10-01 03:47:26 +00:00
<h2 class="title">About {{ site_settings.name }}</h2>
2020-10-01 20:53:52 +00:00
<div class="block">
<img src="/static/images/logo.png" alt="BookWyrm">
</div>
2020-10-01 03:47:26 +00:00
<p class="block">
{{ site_settings.instance_description }}
</p>
<p class="block">
<a href="/about/">More about this site</a>
</p>