diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-03-25 18:28:38 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-03-27 15:43:56 +0200 |
commit | b7ed67d425524717d3cafdde9a5ce3cb92defdc6 (patch) | |
tree | 1c55c98eadd998c25a66fa38227df96207f325d1 /output | |
parent | 3cd97951f1cb6d7169a8a84a7b86984c05b2d35c (diff) | |
download | hugo-b7ed67d425524717d3cafdde9a5ce3cb92defdc6.tar.gz hugo-b7ed67d425524717d3cafdde9a5ce3cb92defdc6.zip |
hugolib: More TODO fixes
Diffstat (limited to 'output')
-rw-r--r-- | output/layout.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/output/layout.go b/output/layout.go index 70bf6f7c2..01dcba6ed 100644 --- a/output/layout.go +++ b/output/layout.go @@ -30,7 +30,6 @@ type LayoutDescriptor struct { } // Layout calculates the layout template to use to render a given output type. -// TODO(bep) output improve names type LayoutHandler struct { hasTheme bool |