Skip to content

Commit c4ea762

Browse files
committed
Fix
1 parent a852bef commit c4ea762

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

_includes/svg-icons.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
{% if site.footer-links.dribbble %}<a href="http://dribbble.com/{{ site.footer-links.dribbble }}">{% include svg-icons/dribbble.html %}</a>{% endif %}
32
{% if site.footer-links.email %}<a href="mailto:{{ site.footer-links.email }}">{% include svg-icons/email.html %}</a>{% endif %}
43
{% if site.footer-links.facebook %}<a href="http://facebook.com/{{ site.footer-links.facebook }}">{% include svg-icons/facebook.html %}</a>{% endif %}
@@ -7,11 +6,9 @@
76
{% if site.footer-links.instagram %}<a href="http://instagram.com/{{ site.footer-links.instagram }}">{% include svg-icons/instagram.html %}</a>{% endif %}
87
{% if site.footer-links.linkedin %}<a href="http://linkedin.com/in/{{ site.footer-links.linkedin }}">{% include svg-icons/linkedin.html %}</a>{% endif %}
98
{% 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 %}
1512
{% if site.footer-links.dribbble %}<a href="https://dribbble.com/{{ site.footer-links.dribbble }}"><i class="svg-icon dribbble"></i></a>{% endif %}
1613
{% if site.footer-links.email %}<a href="mailto:{{ site.footer-links.email }}"><i class="svg-icon email"></i></a>{% endif %}
1714
{% if site.footer-links.facebook %}<a href="https://www.facebook.com/{{ site.footer-links.facebook }}"><i class="svg-icon facebook"></i></a>{% endif %}

_layouts/default.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@
2020
<div class="wrapper-masthead">
2121
<div class="container">
2222
<header class="masthead clearfix">
23-
<<<<<<< HEAD
2423
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" align="center" valign="center" /></a>
2524

26-
=======
2725
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
2826

29-
>>>>>>> barryclark/master
3027
<div class="site-info">
3128
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
3229
<p class="site-description">{{ site.description }}</p>

_layouts/post.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ <h1>{{ page.title }}</h1>
2020
Written on {{ page.date | date: "%B %e, %Y" }}
2121

2222
</div>
23-
<<<<<<< HEAD
2423
{% include disqus.html disqus_identifier=page.disqus_identifier %}
2524
</article>
26-
=======
2725

2826
{% include disqus.html %}
2927
</article>
30-
>>>>>>> barryclark/master

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
1010

1111
<div class="entry">
1212
{{ post.content | truncatewords:60}}
13-
=======
1413
{{ post.excerpt }}
1514
</div>
1615

0 commit comments

Comments
 (0)