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

github.com/natarajmb/charaka-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNataraj Basappa <n5j.b5a@gmail.com>2018-08-22 18:03:24 +0300
committerNataraj Basappa <n5j.b5a@gmail.com>2018-08-22 18:03:24 +0300
commit74fe58fe47da497ecd262253601fe723eae593fb (patch)
treeff73b2e1fbb16197f36974d12dfbc90f28465843
parentadce3f53b98f9d641dc94a008c6c1b364a387f2b (diff)
Removed spurious slash on resource and updated features
-rw-r--r--layouts/partials/header.html8
-rw-r--r--theme.toml2
2 files changed, 4 insertions, 6 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4104308..cccc8e1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -8,7 +8,7 @@
<title>{{ .Title }}{{ if eq .IsHome false }} | {{ .Site.Title }}{{ end }}</title>
-<link rel="stylesheet" href="{{ $scratch.Get "baseURL" }}/css/styles.css">
+<link rel="stylesheet" href="{{ $scratch.Get "baseURL" }}css/styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
@@ -18,15 +18,13 @@ integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbi
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/{{ . }}.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
-<script src="{{ $scratch.Get "baseURL" }}/js/highlight.js"></script>
+<script src="{{ $scratch.Get "baseURL" }}js/highlight.js"></script>
{{ end }}
{{ if eq "true" .Site.Params.share.enabled }}
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials-theme-minima.css" />
-<script type="text/javascript" src="{{ $scratch.Get "baseURL" }}/js/jssocials.js"></script>
+<script type="text/javascript" src="{{ $scratch.Get "baseURL" }}js/jssocials.js"></script>
{{ end }}
{{ .Scratch.Delete "baseURL" }}
-
-<link rel="stylesheet" href="https://zaydek.github.io/debug.css">
diff --git a/theme.toml b/theme.toml
index c855cb8..2e92109 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,7 @@ license = "MIT"
licenselink = "https://github.com/natarajmb/charaka-hugo-theme/blob/master/LICENSE.md"
description = "Minimalistic and Responsive blog theme for hugo"
homepage = "https://github.com/natarajmb/charaka-hugo-theme"
-tags = ["blog", "font awesome", "highlight.js", "bluma"]
+tags = ["blog", "highlight.js", "js-socials", "font awesome", "bluma"]
features = ["html5", "css3"]
min_version = 0.46