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

github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlubang <lubang@lulab.net>2018-02-06 16:14:31 +0300
committerlubang <lubang@lulab.net>2018-02-06 16:14:31 +0300
commitfdeb10293466fae043244d6bb1c0d77676eac196 (patch)
treedfdb5568231389b483b43d3a3f24e5cda423b467
parentd2463f550ddac4fd0ca27cefcfa5f2f0a0e289b6 (diff)
Change spoqa.css cdn to cloudflare
- Change copyright url protocol https
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--static/css/styles.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4d1a79b..14cfa55 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,5 @@
<footer class="footer">
- COPYRIGHT (C) <a href="http://blog.lulab.net">DONGGEUN,BANG</a>. ALL RIGHTS RESERVED.
+ COPYRIGHT (C) <a href="https://blog.lulab.net">DONGGEUN,BANG</a>. ALL RIGHTS RESERVED.
</footer>
{{ template "_internal/google_analytics_async.html" . }}
</body>
diff --git a/static/css/styles.css b/static/css/styles.css
index 6a50ee6..e3e84da 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -1,7 +1,7 @@
/*
* HELLO-PROGRAMMER Theme CSS
*/
-@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
+@import url(//cdnjs.cloudflare.com/ajax/libs/spoqa-han-sans/2.1.1/css/SpoqaHanSans-kr.min.css);
* {
font-family: 'Spoqa Han Sans', 'Sans-serif';