Merge pull request #2069 from Indevver/issue-1702

add last updated to the edit links on the docs
This commit is contained in:
Catherine Luse
2019-12-12 11:27:50 -07:00
committed by GitHub
+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>