File tree Expand file tree Collapse file tree 4 files changed +3
-13
lines changed Expand file tree Collapse file tree 4 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
- < < < < < < < HEAD
2
1
{% if site.footer-links.dribbble %}< a href ="http://dribbble.com/{{ site.footer-links.dribbble }} "> {% include svg-icons/dribbble.html %}</ a > {% endif %}
3
2
{% if site.footer-links.email %}< a href ="mailto:{{ site.footer-links.email }} "> {% include svg-icons/email.html %}</ a > {% endif %}
4
3
{% if site.footer-links.facebook %}< a href ="http://facebook.com/{{ site.footer-links.facebook }} "> {% include svg-icons/facebook.html %}</ a > {% endif %}
7
6
{% if site.footer-links.instagram %}< a href ="http://instagram.com/{{ site.footer-links.instagram }} "> {% include svg-icons/instagram.html %}</ a > {% endif %}
8
7
{% if site.footer-links.linkedin %}< a href ="http://linkedin.com/in/{{ site.footer-links.linkedin }} "> {% include svg-icons/linkedin.html %}</ a > {% endif %}
9
8
{% if site.footer-links.pinterest %}< a href ="http://pinterest.com/{{ site.footer-links.pinterest }} "> {% include svg-icons/pinterest.html %}</ a > {% endif %}
10
- {% if site.footer-links.rss %}< a href ="{{ site.baseurl }}/feed.xml "> {% include svg-icons/rss.html %}</ a > {% endif %}
11
- {% if site.footer-links.twitter %}< a href ="http://twitter.com/{{ site.footer-links.twitter }} "> {% include svg-icons/twitter.html %}</ a > {% endif %}
12
- {% if site.footer-links.stackoverflow %}< a href ="http://stackoverflow.com/{{ site.footer-links.stackoverflow }} "> {% include svg-icons/stackoverflow.html %}</ a > {% endif %}
13
-
14
- =======
9
+ {% if site.footer-links.rss %}< a href ="{{ site.baseurl }}/feed.xml "> {% include svg-icons/rss.html %}</ a > {% endif %}
10
+ {% if site.footer-links.twitter %}< a href ="http://twitter.com/{{ site.footer-links.twitter }} "> {% include svg-icons/twitter.html %}</ a > {% endif %}
11
+ {% if site.footer-links.stackoverflow %}< a href ="http://stackoverflow.com/{{ site.footer-links.stackoverflow }} "> {% include svg-icons/stackoverflow.html %}</ a > {% endif %}
15
12
{% if site.footer-links.dribbble %}< a href ="https://dribbble.com/{{ site.footer-links.dribbble }} "> < i class ="svg-icon dribbble "> </ i > </ a > {% endif %}
16
13
{% if site.footer-links.email %}< a href ="mailto:{{ site.footer-links.email }} "> < i class ="svg-icon email "> </ i > </ a > {% endif %}
17
14
{% if site.footer-links.facebook %}< a href ="https://www.facebook.com/{{ site.footer-links.facebook }} "> < i class ="svg-icon facebook "> </ i > </ a > {% endif %}
Original file line number Diff line number Diff line change 20
20
< div class ="wrapper-masthead ">
21
21
< div class ="container ">
22
22
< header class ="masthead clearfix ">
23
- < < < < < < < HEAD
24
23
< a href ="{{ site.baseurl }}/ " class ="site-avatar "> < img src ="{{ site.avatar }} " align ="center " valign ="center " /> </ a >
25
24
26
- =======
27
25
< a href ="{{ site.baseurl }}/ " class ="site-avatar "> < img src ="{{ site.avatar }} " /> </ a >
28
26
29
- > > > > > > > barryclark/master
30
27
< div class ="site-info ">
31
28
< h1 class ="site-name "> < a href ="{{ site.baseurl }}/ "> {{ site.name }}</ a > </ h1 >
32
29
< p class ="site-description "> {{ site.description }}</ p >
Original file line number Diff line number Diff line change @@ -20,11 +20,8 @@ <h1>{{ page.title }}</h1>
20
20
Written on {{ page.date | date: "%B %e, %Y" }}
21
21
22
22
</ div >
23
- < < < < < < < HEAD
24
23
{% include disqus.html disqus_identifier=page.disqus_identifier %}
25
24
</ article >
26
- =======
27
25
28
26
{% include disqus.html %}
29
27
</ article>
30
- > > > > > > > barryclark/master
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
10
10
11
11
< div class ="entry ">
12
12
{{ post.content | truncatewords:60}}
13
- =======
14
13
{{ post.excerpt }}
15
14
</ div >
16
15
You can’t perform that action at this time.
0 commit comments