mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
wesite: improve website
This commit is contained in:
parent
173470e1ed
commit
f6b29e7499
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ widgets:
|
||||||
- links
|
- links
|
||||||
|
|
||||||
rss:
|
rss:
|
||||||
fancybox: true
|
fancybox: false
|
||||||
favicon: favicon.png
|
favicon: favicon.png
|
||||||
enable_comment: true
|
enable_comment: true
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<script src="<%- url_for('./js/jquery.imagesloaded.min.js') %>"></script>
|
<script src="<%- url_for('./js/jquery.imagesloaded.min.js') %>"></script>
|
||||||
<script src="<%- url_for('./js/gallery.js') %>"></script>
|
<!-- <script src="<%- url_for('./js/gallery.js') %>"></script> -->
|
||||||
<script src="<%- url_for('./js/bootstrap.min.js') %>"></script>
|
<script src="<%- url_for('./js/bootstrap.min.js') %>"></script>
|
||||||
<script src="<%- url_for('./js/main.js') %>"></script>
|
<script src="<%- url_for('./js/main.js') %>"></script>
|
||||||
<script src="<%- url_for('./js/search.js') %>"></script>
|
<script src="<%- url_for('./js/search.js') %>"></script>
|
||||||
|
|
|
@ -52,5 +52,5 @@
|
||||||
<link rel="stylesheet" href="<%- url_for('./css/responsive.css') %>" media="screen" type="text/css">
|
<link rel="stylesheet" href="<%- url_for('./css/responsive.css') %>" media="screen" type="text/css">
|
||||||
<link rel="stylesheet" href="<%- url_for('./css/highlight.css') %>" media="screen" type="text/css">
|
<link rel="stylesheet" href="<%- url_for('./css/highlight.css') %>" media="screen" type="text/css">
|
||||||
<link rel="stylesheet" href="<%- url_for('./css/font-awesome.css') %>" media="screen" type="text/css">
|
<link rel="stylesheet" href="<%- url_for('./css/font-awesome.css') %>" media="screen" type="text/css">
|
||||||
<script src="<%- url_for('./js/jquery-2.0.3.min.js') %>"></script>
|
<script src="<%- url_for('./js/jquery-2.0.3.min.js') %>"> async</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue