Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2015-03-22 00:09:35 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2015-03-22 00:09:35 +0300
commitaa7face6429311a90f61ca9e5e2e8bb98c9fc37a (patch)
treee1662ad334e56e38a8c395b49c9181aba9705675
parent412be18f6417f8e4e7f3e1682f3bedbe09db24ec (diff)
Using gulped assets
-rw-r--r--layouts/_default/single.html7
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/header.html3
3 files changed, 2 insertions, 10 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 44c22fa..6df9477 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -47,12 +47,5 @@
</div>
{{ partial "analytics.html" . }}
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
-<script src="{{ .Site.BaseUrl }}/js/jquery.prettysocial.min.js"></script>
-<script>
- $(function(){
- $('.prettySocial').prettySocial();
- });
-</script>
</body>
</html>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index ff975c2..6de2183 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -5,4 +5,4 @@
</ul>
</div>
</div>
-<script src="{{ .Site.BaseUrl }}/js/rainbow-custom.min.js"></script> \ No newline at end of file
+<script src="{{ .Site.BaseUrl }}/js/all.min.js"></script> \ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 24c0290..52894e7 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -25,8 +25,7 @@
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
- <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/blog.css">
- <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax-highlighter.css">
+ <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/all.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body> \ No newline at end of file