Skip to content

Commit 40bc667

Browse files
committed
hugo quote fix
1 parent d79e4cc commit 40bc667

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/_partials/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{{- end }}
1616
{{- if .Site.Params.open }}
1717
<title>{{ .Site.Title | safeHTML }}</title>
18-
<link rel="alternate" type="text/markdown" href="{{ 'index.md' | relURL }}">
18+
<link rel="alternate" type="text/markdown" href="{{ "index.md" | relURL }}">
1919
{{- else }}
2020
<title>Bot Ready Resume</title>
2121
{{- end }}
@@ -32,9 +32,9 @@
3232
<link rel="stylesheet"
3333
href="{{ $themeCss.RelPermalink }}"
3434
integrity="{{ $themeCss.Data.Integrity }}">
35-
<link rel="stylesheet" href="{{ 'assets/fontawesome/css/all.min.css' | absURL }}">
36-
<link rel="stylesheet" href="{{ 'assets/fontawesome/css/all.min.css' | absURL }}">
37-
<link rel="stylesheet" href="{{ 'assets/icons/css/all.css' | absURL }}">
35+
<link rel="stylesheet" href="{{ "assets/fontawesome/css/all.min.css" | absURL }}">
36+
<link rel="stylesheet" href="{{ "assets/fontawesome/css/all.min.css" | absURL }}">
37+
<link rel="stylesheet" href="{{ "assets/icons/css/all.css" | absURL }}">
3838
{{- if .Site.Params.analytics.google }}
3939
<!-- Google tag (gtag.js) -->
4040
<script async

0 commit comments

Comments
 (0)