fix: abstraction
This commit is contained in:
parent
84cdf1c44a
commit
eec1caa321
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ eleventyExcludeFromCollections: true
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<opml version="1.0">
|
<opml version="1.0">
|
||||||
<head>
|
<head>
|
||||||
<title>OPML for all feeds in Cory Dransfeldt's blogroll</title>
|
<title>OPML for all feeds in {{ globals.site_name }}'s blogroll</title>
|
||||||
<dateCreated>{{ page.date | stringToRFC822Date }}</dateCreated>
|
<dateCreated>{{ page.date | stringToRFC822Date }}</dateCreated>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Reference in a new issue