Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0f57bab7a | ||
|
|
752fd5805f |
@@ -1,4 +1,4 @@
|
|||||||
{{- $ThemeVersion := "4.0.0" -}}
|
{{- $ThemeVersion := "4.0.1" -}}
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<section class="copyright">
|
<section class="copyright">
|
||||||
©
|
©
|
||||||
|
|||||||
@@ -14,12 +14,14 @@
|
|||||||
{{ if .Image }}
|
{{ if .Image }}
|
||||||
{{ $url := urls.Parse .Image }}
|
{{ $url := urls.Parse .Image }}
|
||||||
{{ $permalink := .Image }}
|
{{ $permalink := .Image }}
|
||||||
{{ $resource := dict
|
|
||||||
|
{{ $result = dict
|
||||||
"Resource" nil
|
"Resource" nil
|
||||||
"Permalink" $permalink
|
"Permalink" $permalink
|
||||||
"Height" nil
|
"Height" nil
|
||||||
"Width" nil
|
"Width" nil
|
||||||
}}
|
}}
|
||||||
|
{{ $resource := dict }}
|
||||||
{{ $local := true }}
|
{{ $local := true }}
|
||||||
|
|
||||||
{{ if not (in (slice "https" "http") $url.Scheme) }}
|
{{ if not (in (slice "https" "http") $url.Scheme) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user