File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < body id ='{{ page.id }} '>
77 < div id ='wrap '>
88 {% include navbar.html %}
9+ {% include release-banner.html %}
910 < div id ='grid-wrapper '>
1011 < div id ='content '>
1112 {{ content }}
Original file line number Diff line number Diff line change 55---
66
77{% for post in site.posts %}
8- < div class =' post ' >
9- < h1 > < a href =' {{ post.url }} ' > {{ post.title }}</ a > </ h1 >
10- < p class =' meta ' >
11- Posted by < a href =' {{ post.author_url }} ' > {{ post.author }}</ a >
8+ < div class =" post " >
9+ < h1 > < a href =" {{ post.url }} " > {{ post.title }}</ a > </ h1 >
10+ < p class =" meta " >
11+ Posted by < a href =" {{ post.author_url }} " > {{ post.author }}</ a >
1212 on < strong > {{ post.publish_date }}</ strong >
13- < a href =' {{ post.url }} ' title =' Post permalink ' > #</ a >
13+ < a href =" {{ post.url }} " title =" Post permalink " > #</ a >
1414 </ p >
1515 {{ post.excerpt }}
16- < a href =' {{ post.url }} ' class =' read-more-link ' title =' Read more link ' > Read more…</ a >
16+ < a href =" {{ post.url }} " class =" read-more-link " title =" Read more link " > Read more…</ a >
1717</ div >
1818{% endfor %}
You can’t perform that action at this time.
0 commit comments