caddy s3 post

This commit is contained in:
Jan Wolff 2024-08-06 19:26:41 +02:00
parent 133f6c4fc5
commit ab9fc93782
6 changed files with 126 additions and 11 deletions

View file

@ -8,4 +8,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link href="data:," rel="icon">
<link rel="alternate" type="application/rss+xml" title="janw.name Feed" href="/index.xml">
</head>

View file

@ -208,3 +208,6 @@ a {
gap: 0.5rem;
}
.centered {
margin: auto;
}