chore(*): remove duplicate cache rule + cleanup cache headers; cleanup + formatting
This commit is contained in:
parent
425fed6ff6
commit
0e565970a5
42 changed files with 223 additions and 217 deletions
|
@ -8,7 +8,7 @@ excludeFromSitemap: true
|
|||
<opml version="1.0">
|
||||
<head>
|
||||
<title>OPML for all feeds in {{ globals.site_name }}'s blogroll</title>
|
||||
<dateCreated>{{ page.date | stringToRFC822Date }}</dateCreated>
|
||||
<dateCreated>{{ page.date | date: "%a, %d %b %Y %H:%M:%S %Z" }}</dateCreated>
|
||||
</head>
|
||||
<body>
|
||||
{%- for blog in blogroll -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue