Skip to content

Commit

Permalink
Fix atom feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Mar 24, 2021
1 parent dc1f1ea commit ceb23e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ description: >- # this means to ignore newlines until "baseurl:"
Classic strategy games rebuilt for the modern era
feed:
path: /news/atom.html # /news/atom.html -> /news/atom
path: /news/atom/index.xml

# jekyll-github-metadata
repository: OpenRA/OpenRA
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<link rel="stylesheet" href="{{ '/styles/index.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/styles/lite-youtube-embed.css' | relative_url }}" />
<link rel="icon" href="{{ '/favicon.ico' | relative_url }}" type="image/x-icon" />
<link rel="alternate" href="{{ '/news/atom/' | relative_url }}" type="application/atom+xml" title="OpenRA - News Feed" />
<!-- hack to prevent Firefox from doing a "FOUC" -->
<!-- the contents of the <script> aren't important, just that it is here -->
<script>var PREVENT_FOUC = true;</script>
Expand Down

0 comments on commit ceb23e1

Please sign in to comment.