Show 10 links
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{{ with getJSON "https://feeds.pinboard.in/json/u:DCE/" }}
|
{{ with getJSON "https://feeds.pinboard.in/json/u:DCE/" }}
|
||||||
<ul>
|
<ul>
|
||||||
{{ range first 5 . }}
|
{{ range first 10 . }}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ .u }}">{{ .d }}</a> <span class="nowrap">({{ dateFormat "2006-01-02" .dt }})</span>
|
<a href="{{ .u }}">{{ .d }}</a> <span class="nowrap">({{ dateFormat "2006-01-02" .dt }})</span>
|
||||||
<p>{{ .n }}</p>
|
<p>{{ .n }}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user