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

Fix bade model

parent c8980024
Branches
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
<link rel="stylesheet" href="{{ theme_url }}/css/style.css" type="text/css" /> <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/droidsans.css" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/css/fontello.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 %} {% block head %}
{% endblock %} {% endblock %}
</head> </head>
...@@ -57,7 +59,7 @@ ...@@ -57,7 +59,7 @@
<div id="main" role="main"> <div id="main" role="main">
<div class="container"> <div class="container">
{% block head %} {% block content %}
{{ content }} {{ content }}
{% endblock %} {% endblock %}
</div> </div>
...@@ -66,7 +68,7 @@ ...@@ -66,7 +68,7 @@
<div id="footer"> <div id="footer">
<div class="container"> <div class="container">
<p> <p>
{{ pages["_meta"].meta.license }} {{ pages["_meta"].meta.license | markdown }}
</p> </p>
<div class="social"> <div class="social">
{% for social in pages["_meta"].meta.social %} {% for social in pages["_meta"].meta.social %}
......
{% extends base %} {% extends "base.twig" %}
{% block content %} {% block content %}
{{ content }} {{ content }}
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment