Skip to content

Commit

Permalink
feat: adjust event priority in sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-curry committed May 3, 2024
1 parent 8633800 commit a3277bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{- else -}}
{{- if .Params.start_date -}}
{{- if gt .Params.start_date now -}}
<priority>0.75</priority>
<priority>0.65</priority>
{{- else -}}
<priority>0.3</priority>
{{- end -}}
Expand Down

0 comments on commit a3277bc

Please sign in to comment.