install bootstrap compsoer
This commit is contained in:
@@ -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')}}
|
||||
|
||||
Reference in New Issue
Block a user