31 lines
No EOL
914 B
Text
31 lines
No EOL
914 B
Text
---
|
|
layout: layouts/base.njk
|
|
---
|
|
<main id="skip" class="fullwidth">
|
|
<section id="description" class="p-0">
|
|
<picture class="illustration">
|
|
<source type="image/avif" srcset="/img/zerhjyj-small.avif" />
|
|
<img
|
|
src="/img/zerhjyj-small.png"
|
|
alt="Un kobold gris et violet binoclard avec des oreilles un peu de chèvres, avec un manteau noir plein de cables"
|
|
/>
|
|
</picture>
|
|
<div id="description-content">
|
|
<div aria-libelledby="desc-title" class="post-content">{{ content | safe }}</div>
|
|
</div>
|
|
</section>
|
|
|
|
<iframe id="iframe-rss" src="/rss/frame.php">
|
|
|
|
</iframe>
|
|
|
|
<div class="align-center mt-1">
|
|
{%- for link in social -%}
|
|
{%- if (link.showHome == true) -%}
|
|
<a href="{{link.url}}" class="btn btn-primary ml-1 mr-1">{{link.name}}</a>
|
|
{%- endif -%}
|
|
{%- endfor -%}
|
|
</div>
|
|
|
|
{% renderFile "./_includes/buttons.md" %}
|
|
</main> |