Skip to content

Commit 16575a9

Browse files
authored
Updated Slack icon at 'footer' and 'right side' of Blogs page (#44420)
* Your commit message * Your commit message * Update baseof.html
1 parent 5fc1823 commit 16575a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/blog/baseof.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
{{ end }}
77
{{ partial "head.html" . }}
88
<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>
109
</head>
1110
<body class="td-{{ .Kind }} td-blog">
1211
<header>
@@ -50,4 +49,4 @@ <h1>
5049
{{ partial "footer.html" . }}
5150
{{ partial "scripts.html" . }}
5251
</body>
53-
</html>
52+
</html>

0 commit comments

Comments
 (0)