From 1b37083d866100bf43b313e3e1381544bbece7d9 Mon Sep 17 00:00:00 2001 From: Emiliano Tortorella Date: Sun, 24 Mar 2019 23:07:21 -0500 Subject: [PATCH] added partial link-post.html --- layouts/partials/link-post.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/partials/link-post.html diff --git a/layouts/partials/link-post.html b/layouts/partials/link-post.html new file mode 100644 index 0000000..8a5439d --- /dev/null +++ b/layouts/partials/link-post.html @@ -0,0 +1,6 @@ + +{{ if .Site.Params.link_post }} + + {{ .Site.Params.link_post.title }} + +{{ end }}