davideisinger.com

My personal website
Log | Files | Refs | README

commit 9f321cd06e1c15f2e5a36b3d28e77fb5ed8a8beb
parent 94530997e4461bf3fce035614b05e38c7f9ff1df
Author: David Eisinger <[email protected]>
Date:   Tue, 10 Jan 2023 09:58:50 -0500

Pinboard partial formatting

Diffstat:
Mthemes/v2/layouts/partials/pinboard.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/v2/layouts/partials/pinboard.html b/themes/v2/layouts/partials/pinboard.html @@ -1,13 +1,13 @@ <section> <hr> - {{ with getJSON "https://feeds.pinboard.in/json/u:DCE/" }} - <h3>Links (from <a href="https://pinboard.in/u:DCE">Pinboard</a>)</h3> + <h3>Links (from <a href="https://pinboard.in/u:DCE">Pinboard</a>)</h3> + {{ with getJSON "https://feeds.pinboard.in/json/u:DCE/" }} <ul> {{ range first 5 . }} <li> - <a href="{{ .u }}">{{ .d }}</a> ({{ dateFormat "2006-01-02" .dt}}) + <a href="{{ .u }}">{{ .d }}</a> ({{ dateFormat "2006-01-02" .dt }}) <p>{{ .n }}</p> </li> {{ end }}