bookwyrm-mastodon/bookwyrm/templates/snippets/about.html

8 lines
204 B
HTML
Raw Normal View History

2020-09-30 23:47:26 -04:00
<h2 class="title">About {{ site_settings.name }}</h2>
2020-10-01 16:53:52 -04:00
<div class="block">
<img src="/static/images/logo.png" alt="BookWyrm">
</div>
2020-09-30 23:47:26 -04:00
<p class="block">
{{ site_settings.instance_description }}
</p>