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>
@@ -12,4 +12,7 @@
<link rel="author" href="{{ site.theme.link }}/humans.txt" />
<link rel="pingback" href="{{ site.pingback_url }}" />
<link rel="profile" href="http://gmpg.org/xfn/11">
{# BOOTSTRAP #}
<link href="{{ site.theme.link }}/asset/dist/css/bootstrap.min.css" rel="stylesheet">
{{function('wp_head')}}