install bootstrap compsoer

This commit is contained in:
2020-05-27 11:34:38 +02:00
parent 192ecc579e
commit ee3595aa83
25 changed files with 26103 additions and 21 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
</head>
{% endblock %}
<body class="{{body_class}}" data-template="base.twig">
<body class="{{body_class}} container" data-template="base.twig">
<a class="skip-link screen-reader-text" href="#content">{{ _e( 'Skip to content') }}</a>
<header class="header">
@@ -36,7 +36,7 @@
{% endif %}
</section>
{% block footer %}
{% block footer %}
<footer id="footer">
{% include 'footer.twig' %}
</footer>