Skip to content

Commit

Permalink
add RSS link
Browse files Browse the repository at this point in the history
  • Loading branch information
jokinkuang committed Oct 21, 2016
1 parent 60aef15 commit 8fb3007
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
9 changes: 8 additions & 1 deletion article.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@
a.light-white, a.light-white:hover, a.light-white:visited {
color: rgba(255, 255, 255, 0.25);
}
a.white, a.white:hover, a.white:visited {
color: white;
}
</style>
<style type="text/css">
@media (max-width: 768px)
Expand Down Expand Up @@ -224,7 +227,7 @@
<div class="content">
<div class="left-aside">
<div class="remark">
<h1>{{ site.title }}</h1>
<a class="white" href="{{ site.base }}/"><h1>{{ site.title }}</h1></a>
<h3>Don't be afraid</h3>
<p>一步一个脚印</p>
</div>
Expand Down Expand Up @@ -287,6 +290,10 @@ <h4 class="title">
</div>
</div>
<div class="right-aside">
<!-- RSS -->
<a style="float: right;" href="{{ site.base }}/feed.xml" target="_blank">
<img style="margin-top: 10px; margin-right: 10px;" src="{{ site.images_url }}rss.svg" width="20px" alt="" border="0"/>
</a>
<!-- duoshuo -->
<div class="ds-thread" data-thread-key="index" data-max-depth="{{ site.duoshuo_max_depth }}" data-title="{{ site.title }}" data-url="{{ site.domain }}{{ page.url }}"></div>
</div>
Expand Down
18 changes: 18 additions & 0 deletions w3c/images/rss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8fb3007

Please sign in to comment.