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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-04-19 10:39:48 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-04-19 10:39:48 +0300
commite4cdc42c5469753f098b68153c13f4606d31b1c8 (patch)
treeb46aa9dee2d7e651abaecc80c7fd2bce729346d4 /layouts/partials/head.html
parentd383e39a3656ed283652e7a52d88db6e01cd355a (diff)
Revamp how to apply HLjs
- Remove `<span class="line"></span>` that cause more issue than fix it - Rewrite JS that apply _HighlightJS_ fixes #154
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 516787b..6214d59 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -90,7 +90,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.css" />
<!--EXTERNAL STYLES END-->
<!--STYLES-->
- <link rel="stylesheet" href="/css/style-u6mk0ojoywresbx8iepslrmmhl4stuhrsxuwhkpwrkrx7mryjcaimasnk4pi.min.css" />
+ <link rel="stylesheet" href="/css/style-h63bw1xth8vvjaqwlbjvebagy7w4erwpbhxigjixv5z0adzrhcquyjicocub.min.css" />
<!--STYLES END-->
{{ range .Site.Params.customCSS }}
<link rel="stylesheet" href="{{ . | absURL }}">