about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/hook_head_end.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html index 18f6806..ad04a63 100644 --- a/layouts/index.html +++ b/layouts/index.html
@@ -8,7 +8,7 @@
8 <ul> 8 <ul>
9 {{- range first 3 .Site.RegularPages }} 9 {{- range first 3 .Site.RegularPages }}
10 <li class="h-entry"> 10 <li class="h-entry">
11 <a class="u-url p-name" href="{{ .RelPermalink | strings.TrimRight "/" }}">{{ .Title }}</a> 11 <a class="u-url p-name" href="{{ .RelPermalink }}">{{ .Title }}</a>
12 <time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time> 12 <time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time>
13 </li> 13 </li>
14 {{- end }} 14 {{- end }}
diff --git a/layouts/partials/hook_head_end.html b/layouts/partials/hook_head_end.html index 13e0ec6..0f89f7d 100644 --- a/layouts/partials/hook_head_end.html +++ b/layouts/partials/hook_head_end.html
@@ -1,2 +1,2 @@
1<link href="{{ if .IsPage }}{{ .Permalink | replaceRE "/$" "" }}{{ else }}{{ .Permalink }}{{ end }}" rel="canonical"> 1<link href="{{ if .IsPage }}{{ .Permalink | strings.TrimRight "/" }}{{ else }}{{ .Permalink }}{{ end }}" rel="canonical">
2<meta name="googlebot" content="noindex"> 2<meta name="googlebot" content="noindex">