Add link to Markdown source of pages # test site

master
Kaushal Modi 8 years ago
parent 9751d34e11
commit 255e9588e3
  1. 5
      test/site/themes/bare_min/layouts/_default/single.html

@ -14,6 +14,11 @@
This test was created/modified in commit <a href="{{ $.Site.Params.source.url }}/commit/{{- .Hash -}}">
{{- .AbbreviatedHash -}}</a> "{{ .Subject }}" on <b>{{ dateFormat "2006-01-02" .AuthorDate }}</b>.
{{ end }}
<div>
<br/>
<span style="float: right;"><i>Markdown <a href="{{ $.Site.Params.source.url }}/raw/master/{{ $.Site.Params.source.md_dir }}/{{ .File.Path }}">source</a> of this page</i></span>
<br/>
</div>
<p>
{{ if .Params.categories }}
Categories:

Loading…
Cancel
Save