mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix bad links
This commit is contained in:
parent
7546bd1c20
commit
e2704fab7c
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/") -}}
|
||||
{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461") -}}
|
||||
<hr />
|
||||
<section aria-labelledby="webmentions">
|
||||
<h2 id="webmentions" tabindex="-1">Webmen­tions</h2>
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
DirectoryPath: "public"
|
||||
IgnoreDirs:
|
||||
- "search"
|
||||
CacheExpires: "96h" # four days
|
||||
CacheExpires: "168h" # seven days
|
||||
CheckFavicon: true
|
||||
EnforceHTML5: true
|
||||
IgnoreAltMissing: true # an empty alt makes presentation-role explicit, it's not a defect.
|
||||
EnforceHTTPS: true
|
||||
ExternalTimeout: 30
|
||||
ExternalTimeout: 180
|
||||
HTTPConcurrencyLimit: 96
|
||||
IgnoreHTTPS:
|
||||
- "http://192.168.1"
|
||||
- "http://localhost:"
|
||||
|
|
Loading…
Reference in a new issue