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

github.com/MunifTanjim/minimo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunifTanjim <muniftanjim@gmail.com>2019-05-03 01:03:59 +0300
committerMunifTanjim <muniftanjim@gmail.com>2019-05-03 01:03:59 +0300
commit564725869329b7f964bc7999f70880dc11d118df (patch)
treefbbb78269bbc5af8a95da45a614fd1acb1c33389
parent73d7831dd96e2779da4d99fa3e06647b9d292d75 (diff)
fix [issues]: #222
-rw-r--r--layouts/partials/head/opengraph.html2
-rw-r--r--layouts/partials/head/opengraph/twitter.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head/opengraph.html b/layouts/partials/head/opengraph.html
index d4ca6eb..378d625 100644
--- a/layouts/partials/head/opengraph.html
+++ b/layouts/partials/head/opengraph.html
@@ -19,7 +19,7 @@
{{- $image = .image -}}
{{- else -}}
{{- $image = . -}}
- {{- end -}}'>
+ {{- end -}}
{{- $image = ( replaceRE "^\\./" $.RelPermalink $image ) -}}
diff --git a/layouts/partials/head/opengraph/twitter.html b/layouts/partials/head/opengraph/twitter.html
index e66b5e5..6578f4a 100644
--- a/layouts/partials/head/opengraph/twitter.html
+++ b/layouts/partials/head/opengraph/twitter.html
@@ -20,7 +20,7 @@
{{- $image = .image -}}
{{- else -}}
{{- $image = . -}}
- {{- end -}}'>
+ {{- end -}}
{{- $image = ( replaceRE "^\\./" $.RelPermalink $image ) -}}