This commit is contained in:
Marc Beninca 2020-04-11 11:46:50 +02:00
parent 31a7155680
commit 209f921b79

View file

@ -35,12 +35,6 @@
<link href="{{ SITEURL }}/theme/css/pygments.css" rel="stylesheet"> <link href="{{ SITEURL }}/theme/css/pygments.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="{{ SITEURL }}/theme/images/favicon.ico"> <link rel="shortcut icon" href="{{ SITEURL }}/theme/images/favicon.ico">
<link rel="apple-touch-icon" href="{{ SITEURL }}/theme/images/apple-touch-icon.png"> <link rel="apple-touch-icon" href="{{ SITEURL }}/theme/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="{{ SITEURL }}/theme/images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="72x72" href="{{ SITEURL }}/theme/images/apple-touch-icon-72x72.png">
@ -126,8 +120,6 @@
{% include 'piwik.html' %} {% include 'piwik.html' %}
{% include 'disqus_script.html' %} {% include 'disqus_script.html' %}
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{ SITEURL }}/theme/js/jquery-1.7.2.min.js"></script> <script src="{{ SITEURL }}/theme/js/jquery-1.7.2.min.js"></script>
<script src="{{ SITEURL }}/theme/js/bootstrap.min.js"></script> <script src="{{ SITEURL }}/theme/js/bootstrap.min.js"></script>
</body> </body>