layouts/partials/website-source.html (10 lines of code) (raw):
<p>
This website is generated from the <a href="{{ .Site.Params.repositoryUrl }}">comdev-site repository</a>
{{ if or .IsPage .IsSection .IsHome }}
<br/>
Source of this page:
<a href="{{ .Site.Params.repositoryContentBaseUrl }}/{{ with .Page.File }}{{ .Path }}{{ end }}" title="Source of this page">
{{ with .Page.File }}{{ .Path }}{{ end }}
</a>
{{ end }}
</p>