Skip to content
Snippets Groups Projects
skeleton.html 573 B
Newer Older
Hugo Trentesaux's avatar
tmp
Hugo Trentesaux committed
{% extends "index.html" %}

Hugo Trentesaux's avatar
Hugo Trentesaux committed
{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}
Hugo Trentesaux's avatar
Hugo Trentesaux committed
{% block description %}<meta name="description" content="{{ page.description }}">{% endblock description %}
{% block keywords %}{% if page.taxonomies.tags %}<meta name="keywords" content="
Hugo Trentesaux's avatar
Hugo Trentesaux committed
{%- for tag in page.taxonomies.tags %}{{tag}},{% endfor %}">{% endif %}{% endblock keywords %}
{% block extrahead %}<link rel="stylesheet" type="text/css" href="/custom.css">{% endblock extrahead %}
Hugo Trentesaux's avatar
Hugo Trentesaux committed

Hugo Trentesaux's avatar
tmp
Hugo Trentesaux committed
{% block content %}
<main class="w3-container">
Hugo Trentesaux's avatar
tmp
Hugo Trentesaux committed
</main>
{% endblock content %}