From 5fdc9e4cdde453a781982d2ec0778f8e69e621a8 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Wed, 21 Jul 2021 17:31:02 +0200 Subject: [PATCH] [index] Remove unnecessary title override --- themes/doublefourteen/layouts/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/themes/doublefourteen/layouts/index.html b/themes/doublefourteen/layouts/index.html index eeeb980..492c156 100644 --- a/themes/doublefourteen/layouts/index.html +++ b/themes/doublefourteen/layouts/index.html @@ -1,7 +1,3 @@ -{{ define "title" }} - {{ .Title }} ⏎ -{{ end }} - {{ define "links" }} {{ $sassOptions := ( dict "outputStyle" "compressed" ) }} {{ $jsOptions := ( dict "target" "es2018" "minify" true ) }} @@ -36,4 +32,3 @@ For the glory of mankind. {{ end }} -