Compare commits
4 Commits
f577773958
...
main
Author | SHA1 | Date | |
---|---|---|---|
eec3c13e9a | |||
5f5c7ecc76 | |||
338e7e8b9e | |||
a08f147d48 |
@ -10,7 +10,7 @@
|
|||||||
{
|
{
|
||||||
"id": "{{ $page.Permalink }}",
|
"id": "{{ $page.Permalink }}",
|
||||||
"url": "{{ $page.Permalink }}",
|
"url": "{{ $page.Permalink }}",
|
||||||
"content_text": {{ $page.Plain | jsonify }},
|
"content_html": {{ .Content | jsonify }},
|
||||||
"date_published": "{{ $page.Date.Format "2006-01-02T15:04:05Z07:00" }}"
|
"date_published": "{{ $page.Date.Format "2006-01-02T15:04:05Z07:00" }}"
|
||||||
}{{ if lt $index $length }},{{ end }}
|
}{{ if lt $index $length }},{{ end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -3,3 +3,7 @@
|
|||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
<link rel="me" href="{{ .Site.Params.indieweb.me_url }}" />
|
<link rel="me" href="{{ .Site.Params.indieweb.me_url }}" />
|
||||||
|
<link href="mailto:{{ .Site.Params.author.email }}" rel="me">
|
||||||
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||||
|
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
|
||||||
|
<link rel="micropub" href="{{ .Site.BaseURL }}/micropub">
|
Reference in New Issue
Block a user