Skip to content
Snippets Groups Projects
Verified Commit f7fa8087 authored by David Beniamine's avatar David Beniamine
Browse files

Fix bade model

parent c8980024
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@
<link rel="stylesheet" href="{{ theme_url }}/css/style.css" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/css/droidsans.css" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/css/fontello.css" type="text/css" />
<link rel="shortcut icon" href="{{ theme_url }}/img/favicon.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
{% block head %}
{% endblock %}
</head>
......@@ -57,7 +59,7 @@
<div id="main" role="main">
<div class="container">
{% block head %}
{% block content %}
{{ content }}
{% endblock %}
</div>
......@@ -66,7 +68,7 @@
<div id="footer">
<div class="container">
<p>
{{ pages["_meta"].meta.license }}
{{ pages["_meta"].meta.license | markdown }}
</p>
<div class="social">
{% for social in pages["_meta"].meta.social %}
......
{% extends base %}
{% extends "base.twig" %}
{% block content %}
{{ content }}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment