Skip to content

Commit 5647258

Browse files
committed
fix [issues]: #222
1 parent 73d7831 commit 5647258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/head/opengraph.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{{- $image = .image -}}
2020
{{- else -}}
2121
{{- $image = . -}}
22-
{{- end -}}'>
22+
{{- end -}}
2323

2424
{{- $image = ( replaceRE "^\\./" $.RelPermalink $image ) -}}
2525

layouts/partials/head/opengraph/twitter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{- $image = .image -}}
2121
{{- else -}}
2222
{{- $image = . -}}
23-
{{- end -}}'>
23+
{{- end -}}
2424

2525
{{- $image = ( replaceRE "^\\./" $.RelPermalink $image ) -}}
2626

0 commit comments

Comments
 (0)