We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc1823 commit 16575a9Copy full SHA for 16575a9
layouts/blog/baseof.html
@@ -6,7 +6,6 @@
6
{{ end }}
7
{{ partial "head.html" . }}
8
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
9
- <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
10
</head>
11
<body class="td-{{ .Kind }} td-blog">
12
<header>
@@ -50,4 +49,4 @@ <h1>
50
49
{{ partial "footer.html" . }}
51
{{ partial "scripts.html" . }}
52
</body>
53
-</html>
+</html>
0 commit comments