1
0
Fork 0

[pinboard] Clean up bookmark display a bit

This commit is contained in:
Sebastian Schulze 2021-04-08 23:12:58 +02:00
parent 6e99d72218
commit 69dfcf95ae
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@
],
"text": null,
"type": "pinboard",
"title": "''[priv] For Creators, Everything Is for Sale - The New York Times",
"title": "For Creators, Everything Is for Sale - The New York Times",
"images": [],
"category": "posts",
"media_url": ", \"\"",
@ -17,4 +17,4 @@
"location_latitude": null,
"additional_payload": null,
"location_longitude": null
}
}

View File

@ -8,7 +8,10 @@
{{ .Content -}}
<blockquote>{{ .Params.text }}</blockquote>
<hr/>
bookmarked in <a href="{{ .Params.src }}">Bascht's Pinboard</a>: <a href="{{ .Params.original_url }}">{{ .Params.original_url }}</a>
<dl>
<dt>URL:</dt><dd><a href="{{ .Params.original_url }}">{{ .Params.original_url }}</a><dd>
<dt>Bookmarked at</dt> <dd><a href="{{ .Params.src }}">{{ .Params.src }}</a></dd>
</dl>
</div>
{{ partial "webmentions.html" . }}