mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-12-15 16:39:38 -05:00
home page update
This commit is contained in:
parent
8ea984e24c
commit
01ef703770
3 changed files with 5 additions and 4 deletions
|
|
@ -6,15 +6,15 @@
|
|||
<div class="has-text-centered">
|
||||
<h1 class="title is-2">{{ section.title }}</h1>
|
||||
<p class="subtitle is-4">{{ section.description }}</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
{{ section.content | safe }}
|
||||
{% if config.extra.author.avatar %}
|
||||
<figure class="image is-flex is-justify-content-center is-align-items-center">
|
||||
<img id="image-gay" src="{{ config.extra.author.avatar }}" />
|
||||
</figure>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="content">
|
||||
{{ section.content | safe }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue