Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/list-item.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/list-item.html b/layouts/partials/list-item.html
index 3d6f795..445eded 100644
--- a/layouts/partials/list-item.html
+++ b/layouts/partials/list-item.html
@@ -2,6 +2,7 @@
{{ $.Scratch.Set "link" .RelPermalink }}
{{ with .Params.repo }} {{ printf "https://github.com/%s/%s/" $.Site.Params.githubUsername . | $.Scratch.Set "link" }} {{ end }}
+ {{ with .Params.link }} {{ $.Scratch.Set "link" . }} {{ end }}
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") | $.Scratch.Set "subtitle" }}
{{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }}