You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rl...@apache.org on 2023/04/29 08:46:37 UTC

[comdev-site] 05/06: Add some spacing before showing blog content

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch import-blogs
in repository https://gitbox.apache.org/repos/asf/comdev-site.git

commit c72c5b0b23f04ecd7e44db5e59b34440a8b5436b
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Sat Apr 29 10:43:50 2023 +0200

    Add some spacing before showing blog content
---
 layouts/_default/single.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d1ea9b5..e76d494 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -3,5 +3,6 @@
 		<h2>{{ .Title }}</h2>
 		{{ partial "published-info" .}}
 	{{ end }}
+	<br><br>
 	{{ .Content }}
 {{ end }}