add last updated to the edit links on the docs

This commit is contained in:
Robert Parker
2019-12-09 15:28:44 -08:00
parent 625cad5682
commit 65e0ad4263
+2 -1
View File
@@ -1,3 +1,4 @@
{{ if not .Lastmod.IsZero }}Last updated on {{ .Lastmod.Format "Jan 2, 2006" }}{{ end }}
<div class="buttons-container">
<a href="{{.Site.Params.ghdocsrepo}}/edit/master/content/{{.File.Path}}" class="btn bg-link">
<button class="button has-icon-right">
@@ -10,4 +11,4 @@
</svg>
</button>
</a>
</div>
</div>