From 7c958b1e6dd99d0985be4740f02a9b4fed082129 Mon Sep 17 00:00:00 2001
From: Djordje Atlialp
Date: Sat, 2 Feb 2019 21:00:12 +0100
Subject: [PATCH] Remove pagination and reading infos from normal single pages
---
layouts/_default/single.html | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3ff2dee..80b0eee 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -34,44 +34,11 @@
{{- end }}
- {{ i18n "wordCount" . }}
-
- {{ dateFormat .Site.Params.dateformNumTime .Date.Local }}
-
{{- if .GitInfo }}
{{ .GitInfo.AbbreviatedHash }} @ {{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}
{{- end }}
- {{ if or .NextInSection .PrevInSection }}
-
- {{ end }}
-
{{ if .Params.comments }}