From f0ee502fb60719e80223e3849eb6c7246949de5f Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 18 Jun 2020 17:49:00 +0200 Subject: Update posts with source code links --- layouts/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index ea9990a..31b7d83 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -21,6 +21,9 @@ {{ if ne .Params.link nil }} Visit Website {{ end }} + {{ if ne .Params.source nil }} + View Source + {{ end }} -- cgit v1.3.1