File tree Expand file tree Collapse file tree 4 files changed +4
-28
lines changed
Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ about: The gfx-rs documentation and blog.
88urls :
99 - text : github
1010 url : https://github.com/gfx-rs/gfx-rs
11+ plugins :
12+ - jekyll-feed
Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="utf-8 ">
55 < meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
6+ < link rel ="alternate " type ="application/atom+xml " title ="Gfx-rs nuts and bolts " href ="/feed.xml ">
67 < title > {{ page.title }} - {{ site.title | default: site.github.repository_name }}</ title >
78 < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
89 < style >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ <h1>Blog Posts</h1>
99 < li > < span > {{ post.date | date_to_string }}</ span > » < a href ="{{ post.url }} "> {{ post.title }}</ a > </ li >
1010 {% endfor %}
1111 </ ul >
12+ < a href ="/feed.xml " target ="_blank "> RSS Feed</ a >
1213</ div >
You can’t perform that action at this time.
0 commit comments