mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Merge changes
This commit is contained in:
commit
88616fa048
@ -52,10 +52,10 @@
|
|||||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/css/uikit.min.css">
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/css/uikit.min.css">
|
||||||
{% if not DISABLE_SEARCH %}
|
{% if not DISABLE_SEARCH %}
|
||||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/css/components/search.min.css">
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/css/components/search.min.css">
|
||||||
<link rel="stylesheet" href="/theme/css/tipuesearch.css">
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tipuesearch.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="stylesheet" href="/theme/css/solarized.css">
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/solarized.css">
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/main.css">
|
||||||
|
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@ -198,15 +198,15 @@
|
|||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/js/uikit.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/js/uikit.min.js"></script>
|
||||||
{% if not DISABLE_SEARCH %}
|
{% if not DISABLE_SEARCH %}
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/js/components/search.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/js/components/search.min.js"></script>
|
||||||
<script src="/theme/js/tipuesearch_set.js"></script>
|
<script src="{{ SITEURL }}/theme/js/tipuesearch_set.js"></script>
|
||||||
<script src="/theme/js/tipuesearch.js"></script>
|
<script src="{{ SITEURL }}/theme/js/tipuesearch.js"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<script src="/theme/js/jquery.sticky-kit.js"></script>
|
<script src="{{ SITEURL }}/theme/js/jquery.sticky-kit.js"></script>
|
||||||
<script src="/theme/js/plugins.js"></script>
|
<script src="{{ SITEURL }}/theme/js/plugins.js"></script>
|
||||||
{% if DISABLE_SEARCH %}
|
{% if DISABLE_SEARCH %}
|
||||||
<script src="/theme/js/main.js"></script>
|
<script src="{{ SITEURL }}/theme/js/main.js"></script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<script src="/theme/js/main-search.js"></script>
|
<script src="{{ SITEURL }}/theme/js/main-search.js"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include 'disqus_count.html' %}
|
{% include 'disqus_count.html' %}
|
||||||
|
@ -11,4 +11,4 @@ var disqus_shortname = '{{ DISQUS_SITENAME }}'; // required: replace example wit
|
|||||||
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
||||||
}());
|
}());
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user