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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmo-github <tmo-github@users.noreply.github.com>2018-01-24 20:16:56 +0300
committerJuraj Bubniak <juraj.bubniak@gmail.com>2018-01-24 20:16:56 +0300
commit0dc6b880ca42809bbbedfe8510a640e29b3f3d90 (patch)
tree7219a48e4cee3ce2aa668b129106cda20f35378a
parentd40349f7692bd3a0b2e99798dba6d6b87c10d12c (diff)
Add integrity check in link to Font Awesome (#47)
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 7414913..b657cab 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -13,7 +13,7 @@
{{ if .Site.Params.opengraph }}{{ partial "opengraph.html" . }}{{ end }}
<link rel="stylesheet" href="{{ .Site.BaseURL }}dist/styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
{{ if .RSSLink }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml">
{{ end }}