mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 04:14:42 -04:00
Big refactor of how source files are used. Also added default destination extension option.
This commit is contained in:
parent
e2b91316a5
commit
15eca973bb
@ -31,7 +31,7 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
<li> <a href="https://github.com/spf13/hugo/issues" target="blank"><i class='fa fa-life-ring'></i>Issues & Help</a> </li>
|
<li> <a href="https://github.com/spf13/hugo/issues" target="blank"><i class='fa fa-life-ring'></i>Issues & Help</a> </li>
|
||||||
{{ if .IsPage }}
|
{{ if .IsPage }}
|
||||||
{{ $File := .File }} {{with $File.FileName }}<li><a href="https://github.com/spf13/hugo/edit/master/docs/content/{{ $File.Dir }}{{ $File.FileName }}" target="blank"><i class='fa fa-edit'></i> Refine this Page</a> </li>{{end}}
|
{{ $File := .File }} {{with $File.Path }}<li><a href="https://github.com/spf13/hugo/edit/master/docs/content/{{ $File.Dir }}{{ $File.LogicalName }}" target="blank"><i class='fa fa-edit'></i> Refine this Page</a> </li>{{end}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
<!-- sidebar menu end-->
|
<!-- sidebar menu end-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user