File tree 4 files changed +26
-0
lines changed
4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ atom :
2
+ href : ' feed.xml'
3
+ title : ' Atom Feed'
4
+ fa-icon : ' fa-rss'
5
+
6
+ twitter :
7
+ href : ' https://twitter.com/bitcoincoreprs'
8
+ title : ' Twitter'
9
+ fa-icon : ' fa-twitter-square'
Original file line number Diff line number Diff line change 1
1
< header >
2
2
< div class ="logo ">
3
3
< a href ="{{ site.github.url }}/ " class ="logo "> {{ site.data.settings.title }}</ a >
4
+ < div class ="social-media-links " style ="display: inline; float: right; ">
5
+ {% include social-media-links.html %}
6
+ </ div >
4
7
</ div >
5
8
< nav >
6
9
|
Original file line number Diff line number Diff line change
1
+ {% if site.data.social-media %}
2
+ < div id ="social-media ">
3
+ {% assign sm = site.data.social-media %}
4
+ {% for entry in sm %}
5
+ {% assign key = entry | first %}
6
+ < a href ="{{ sm[key].href }} " title ="{{ sm[key].title }} "> < i class ="fa {{ sm[key].fa-icon }} " style ="color: #000000; "=> </ i > </ a >
7
+ {% endfor %}
8
+ </ div >
9
+ {% endif %}
Original file line number Diff line number Diff line change 162
162
.log-msg
163
163
padding-left : 0px
164
164
white-space : pre-wrap
165
+
166
+ .social-media-links
167
+ font-size : 50%
168
+ display : flex
169
+ align-items : flex-end
You can’t perform that action at this time.
0 commit comments