From 5e2df2d9db1de8e52c209b0597bd8b152381e914 Mon Sep 17 00:00:00 2001
From: olOwOlo <26087907+olOwOlo@users.noreply.github.com>
Date: Wed, 10 Jan 2018 16:21:01 +0800
Subject: fix: missing last line of code in blogdown (#19)
release 2.7.1
---
 layouts/partials/scripts.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'layouts/partials/scripts.html')
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 841aaa0..83ad1ac 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -13,7 +13,7 @@
   
   {{ if .Site.Params.fancybox }}{{ end }}
 {{- end }}
-
+
 
 {{- if and (or .Params.mathjax (and .Site.Params.mathjax (ne .Params.mathjax false))) (or .IsPage .IsHome) }}