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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2018-04-24 05:54:42 +0300
committerparsiya <parsiya@gmail.com>2018-04-24 05:54:42 +0300
commit0aef764ebee692a66857e5bec0b2f34dab949f62 (patch)
treea4c7015145116766884a419a8f30b957afd95913 /layouts
parentf4934fdf2e7808af759701216700155757cbf533 (diff)
Revert back to fontawesome CDN
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html8
-rw-r--r--layouts/partials/sidebar.html24
2 files changed, 14 insertions, 18 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 32e3261..2795ecf 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -27,12 +27,8 @@
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
{{ end }}
- <!-- For sidebar icons - TODO: find local icons I guess
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> -->
-
- <!-- For sidebar icons - TODO: find local icons I guess-->
- <link rel="stylesheet" href="{{ "/css/fontawesome/fontawesome-all.css" | absURL }}">
- <!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous"> -->
+ <!-- For sidebar icons - TODO: find local icons I guess -->
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- Icons -->
<link href="{{ "/favicon.png" | absURL }}" rel="icon">
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index e66f910..774d897 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -23,18 +23,18 @@
<!-- Sidebar social network icons -->
<ul class="sidebar-nav">
<li class="sidebar-nav-item">
- {{ with .Site.Params.github }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-github fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.bitbucket }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-bitbucket fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.gitlab }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-gitlab fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.twitter }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-twitter fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.keybase }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fas fa-key fa-3x"></i></a>{{ end }} <!-- added keybase -->
- {{ with .Site.Params.linkedin }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-linkedin fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.stackOverflow }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-stack-overflow fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.googleplus }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-google-plus fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.facebook }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-facebook fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.youtube }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-youtube fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.instagram }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-instagram fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.bitcoin }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fab fa-bitcoin fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.github }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-github fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.bitbucket }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-bitbucket fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.gitlab }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-gitlab fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.twitter }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-twitter fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.keybase }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-key fa-3x"></i></a>{{ end }} <!-- added keybase -->
+ {{ with .Site.Params.linkedin }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-linkedin fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.stackOverflow }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-stack-overflow fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.googleplus }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-google-plus fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.facebook }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-facebook fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.youtube }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-youtube fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.instagram }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-instagram fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.bitcoin }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-bitcoin fa-3x"></i></a>{{ end }}
<!-- don't need RSS here anymore -->
<!-- {{ if .Site.Params.rss }}<a href="{{ "/index.xml" | absURL }}" type="application/rss+xml" title="RSS"><i class="fa fa-rss-square fa-3x"></i></a>{{ end }} -->