File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no "/>
66 < link rel ="alternate " type ="application/rss+xml " title ="{{ site.title }} " href ="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
77 < link rel ="icon " type ="image/x-icon " href ="/images/favicon.ico ">
8- < link rel ="stylesheet " href ="/css/common.css ">
9- < link rel ="stylesheet " href ="/css/svg.css ">
8+ < link rel ="stylesheet " href ="/css/common.css?version=1.2.0 ">
9+ < link rel ="stylesheet " href ="/css/svg.css?version=1.0.0 ">
1010
1111 < meta name ="theme-color " content ="#373a3c ">
1212</ head >
Original file line number Diff line number Diff line change 11---
22layout: default
33title: "Blog"
4+
5+ permalink: /blog/
46---
57< div id ="posts ">
68 {% for post in paginator.posts %}
911 < p class ="metadata "> {{ post.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</ p >
1012 < h2 > < a href ="{{ post.url | prepend: site.baseurl }} "> {{ post.title }}</ a > </ h2 >
1113 {{ post.content }}
12- </ div >
14+ </ div >
1315 </ article >
1416 {% endfor %}
1517</ div >
Original file line number Diff line number Diff line change 66@import ' fonts' ;
77@import ' text' ;
88@import ' header' ;
9+ @import ' logo' ;
910@import ' navbar' ;
1011@import ' footer' ;
1112@import ' section' ;
You can’t perform that action at this time.
0 commit comments