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

Fix bootstrap and bottomline

parent bc1c8952
Branches wip-annot-video-ui wip-annotations-on-videos
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<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">
<link rel="stylesheet" href="{{ theme_url }}/css/bootstrap.min.css" >
{% block head %}
{% endblock %}
</head>
......@@ -68,7 +68,7 @@
<div id="footer">
<div class="container">
<p>
{{ pages["_meta"].meta.license | markdown }}
{{ pages["_meta"].meta.bottomline|markdown }}
</p>
<div class="social">
{% for social in pages["_meta"].meta.social %}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment