mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Exclude Gemini privacy policy from sitemap/atom
This commit is contained in:
parent
77c44184c8
commit
5183118ee7
2 changed files with 5 additions and 2 deletions
|
@ -4,4 +4,5 @@ outputs:
|
|||
title: Privacy policy
|
||||
description: "Privacy policy for seirdy.one"
|
||||
date: "2022-04-06T00:00:00+00:00"
|
||||
private: true
|
||||
---
|
||||
|
|
|
@ -37,7 +37,8 @@
|
|||
</author>
|
||||
<updated>{{ now.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
|
||||
<id>{{ .Permalink }}</id>
|
||||
{{ range $pages }}
|
||||
{{ range $pages -}}
|
||||
{{- if not .Params.Private }}
|
||||
<entry>
|
||||
<title>{{ .Title }}</title>
|
||||
<link rel="alternate" type="text/html" href="{{ .Permalink }}" />
|
||||
|
@ -70,5 +71,6 @@
|
|||
<activity:object-type>http://activitystrea.ms/schema/1.0/{{ $type }}</activity:object-type>
|
||||
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
||||
</entry>
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
</feed>
|
||||
|
|
Loading…
Reference in a new issue