Fix XSL stylesheet urls

This commit is contained in:
2026-02-28 12:47:57 -06:00
parent a0612de6e8
commit 648ea36fd0
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ metadata:
email: "shout@garrettmills.dev"
---
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://localhost:8080/blog/feed.xsl" type="text/xsl"?>
<?xml-stylesheet href="https://garrettmills.dev/blog/feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>{{ metadata.base }}/#about</id>
<title>{{ metadata.title }}</title>