Fix XSL stylesheet urls
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"?>
|
||||
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>{{ metadata.title }}</title>
|
||||
|
||||
Reference in New Issue
Block a user