From 1cece0289f9036c5ce8aa77c9a687c3893c23046 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 9 Apr 2018 14:30:09 -0400 Subject: [PATCH] Add a note about the "Last Updated" dates in the previous commit --- doc/layouts/_default/examples.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/layouts/_default/examples.html b/doc/layouts/_default/examples.html index df6b08e..bb3cc08 100644 --- a/doc/layouts/_default/examples.html +++ b/doc/layouts/_default/examples.html @@ -7,7 +7,7 @@ {{ with .Site.Data.users }} - + {{ range $key, $val := . }} {{ $branch := $val.branch | default "master" }} {{ $.Scratch.Set "__repo_updated_time" "" }} @@ -42,6 +42,11 @@ {{ . | markdownify }}

{{ end }} + +
+ + * The "Last Updated" dates were retrieved when this page was last updated.. on {{ now | dateFormat "Jan 2, 2006" }}. + {{ end }}
AuthorSiteOrg SourceLast Updated
AuthorSiteOrg SourceLast Updated*