From 4634fd7c1a9a4b97bc30f5f6b388c7c8c86d6e0e Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 17 Jul 2019 14:44:13 +0200 Subject: [PATCH] Fix ads alignment --- site/layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/_default/single.html b/site/layouts/_default/single.html index a4e19b7bb..b8caae6dd 100644 --- a/site/layouts/_default/single.html +++ b/site/layouts/_default/single.html @@ -23,15 +23,15 @@ -
+

{{ .Title | markdownify }}

{{ .Page.Params.Description | markdownify }}

{{ if eq .Title "Examples" }} Download source code {{ end }} + {{ partial "ads" . }}
- {{ partial "ads" . }}