From 15eca973bb67985e40b479b76bf4328d5072b401 Mon Sep 17 00:00:00 2001 From: spf13 Date: Thu, 16 Oct 2014 20:20:09 -0400 Subject: [PATCH] Big refactor of how source files are used. Also added default destination extension option. --- layouts/partials/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 5a9e1ddf1..4c0c53dbd 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -31,7 +31,7 @@ {{end}}
  • Issues & Help
  • {{ if .IsPage }} - {{ $File := .File }} {{with $File.FileName }}
  • Refine this Page
  • {{end}} + {{ $File := .File }} {{with $File.Path }}
  • Refine this Page
  • {{end}} {{ end }}