From 789d32ad8101c526430b2f4f12f619cb41d4a079 Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Sat, 15 Apr 2017 09:06:30 -0400 Subject: [PATCH] remove unused variable in 404 --- layouts/404.html | 2 -- readme.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index a493242..4da44e2 100755 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,7 +1,5 @@ {{ define "header" }}{{ partial "page-header.html" . }}{{ end }} {{ define "main" }} -{{ $currentPageUrl := .URL }} -{{ $currentSection := where .Site.Pages "Section" .Section }}

This is not the page you were looking for diff --git a/readme.md b/readme.md index bfbddad..36487f0 100644 --- a/readme.md +++ b/readme.md @@ -40,3 +40,5 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th TODO: - ADD INSTRUCTIONS +- small dummy copyright notice with a formatted date could be added +- fix hard-coded link to section https://github.com/budparr/gohugo-default-theme/blob/master/layouts/index.html#L32