mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2025-01-27 23:07:08 -05:00
feat: update xkcd snapshot
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
b99c16b6b3
commit
0733f8f019
@ -11,8 +11,8 @@ content:
|
|||||||
- title: xkcd
|
- title: xkcd
|
||||||
hash: /ipns/xkcd.hacdias.com
|
hash: /ipns/xkcd.hacdias.com
|
||||||
snapshot:
|
snapshot:
|
||||||
hash: /ipfs/QmPaSQc397fJ8KbrQ1E4uR8RB1tBkEojBR91sUSG6qGt4K
|
hash: /ipfs/QmP7UYTMQFhsiRHfbgPgEngALzXWroSRVkEyWSbJTd23yf
|
||||||
date: 06/07/2019
|
date: 15/07/2019
|
||||||
website: https://ipfs.io/ipns/xkcd.hacdias.com
|
website: https://ipfs.io/ipns/xkcd.hacdias.com
|
||||||
source: https://github.com/ipfs/archives/issues/21
|
source: https://github.com/ipfs/archives/issues/21
|
||||||
description:
|
description:
|
||||||
|
@ -69,6 +69,12 @@
|
|||||||
</a>
|
</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- if isset . "snapshot" -}}
|
||||||
|
<a href="http://ipfs.io/{{ .snapshot.hash }}" target="_blank" alt="Snapshot as of {{ .snapshot.date }}" title="Snapshot as of {{ .snapshot.date }}">
|
||||||
|
{{ partial "icons/history.svg" }}
|
||||||
|
</a>
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{- if isset . "source" -}}
|
{{- if isset . "source" -}}
|
||||||
<a href="{{ .source }}" target="_blank" alt="Source Code" title="Source Code">
|
<a href="{{ .source }}" target="_blank" alt="Source Code" title="Source Code">
|
||||||
{{ partial "icons/code.svg" }}
|
{{ partial "icons/code.svg" }}
|
||||||
@ -80,12 +86,6 @@
|
|||||||
{{ partial "icons/flask.svg" }}
|
{{ partial "icons/flask.svg" }}
|
||||||
</a>
|
</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{- if isset . "snapshot" -}}
|
|
||||||
<a href="http://ipfs.io/{{ .snapshot.hash }}" target="_blank" alt="Snapshot as of {{ .snapshot.date }}" title="Snapshot as of {{ .snapshot.date }}">
|
|
||||||
{{ partial "icons/history.svg" }}
|
|
||||||
</a>
|
|
||||||
{{- end -}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user