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 }}