From 10f027de65222224a095bb08b153b8cde619736e Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 30 Aug 2020 17:54:27 -0400 Subject: templates: Start over Use standard icon for favicon and avatar. Use native font stack. --- templates/base/footer.tmpl | 36 ++++++++++++++++++++++++++++++++++++ templates/base/head.tmpl | 23 ----------------------- templates/base/head_navbar.tmpl | 13 ++++--------- templates/repo/header.tmpl | 4 ++-- templates/repo/home.tmpl | 4 ++-- 5 files changed, 44 insertions(+), 36 deletions(-) create mode 100644 templates/base/footer.tmpl (limited to 'templates') diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl new file mode 100644 index 0000000..65bf2f0 --- /dev/null +++ b/templates/base/footer.tmpl @@ -0,0 +1,36 @@ +{{/* + + +
+*/}} + + {{template "custom/body_inner_post" .}} + +
+ + {{template "custom/body_outer_post" .}} + + {{template "base/footer_content" .}} + + + + + + + + + + + + + +{{if .EnableHeatmap}} + + + +{{end}} +{{template "custom/footer" .}} + + diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index f466c0d..df4ce00 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -95,14 +95,6 @@ -{{if .RequireSimpleMDE}} - -{{end}} - -{{if .RequireTribute}} - -{{end}} - @@ -113,26 +105,11 @@ -{{if .RequireHighlightJS}} - -{{end}} -{{if .RequireMinicolors}} - -{{end}} -{{if .RequireDatetimepicker}} - -{{end}} -{{if .RequireDropzone}} - -{{end}} {{if .EnableHeatmap}} {{end}} - - - {{if .PageIsUserProfile}} diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 60c2b84..c985963 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -1,8 +1,7 @@