From f830530c5a6dc853380834c4350bfffdd9882740 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Thu, 5 Apr 2018 07:57:07 +1000 Subject: [PATCH] fixes for codefactor --- layouts/partials/post_footer.html | 13 +++++++++++++ static/css/custom.css | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/layouts/partials/post_footer.html b/layouts/partials/post_footer.html index a52d53c..1a5b2d6 100644 --- a/layouts/partials/post_footer.html +++ b/layouts/partials/post_footer.html @@ -15,3 +15,16 @@ {{ partial "post_disqus.html" . }} {{ end }} {{- end }} + +{{ if .Site.Params.GraphCommentId -}} +
+ +{{- end }} \ No newline at end of file diff --git a/static/css/custom.css b/static/css/custom.css index 5435a58..4f6bd95 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -71,7 +71,7 @@ code { font-weight: 300; } -img.center +.center { display: block;