Skip to content

Commit 06be104

Browse files
committed
improve layout
1 parent c83bc64 commit 06be104

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_includes/social-share.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<span class="social-share-twitter">
2-
<a href="https://twitter.com/intent/tweet?hashtags={{ page.tags | join: ',' | remove: ' ' }}&amp;text={{ page.title | escape | replace:' ','%20' }}&amp;url={{ site.url }}{{ page.url }}{% if author.twitter %}&amp;via={{ author.twitter }}{% endif %}" title="Share on Twitter" itemprop="Twitter"><i class="fa fa-twitter-square"></i> Tweet</a>
3-
</span>
41
<span class="social-share-facebook">
52
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" title="Share on Facebook" itemprop="Facebook"><i class="fa fa-facebook-square"></i> Like</a>
63
</span>

_layouts/home_page.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% include navigation.html %}
1818

1919
<div style="width:100%">
20-
<div style="float:left;width:70%">
20+
<div style="float:left;width:100%">
2121
<div id="main" role="main">
2222
<article class="entry">
2323
{% if page.image.feature %}<img src="{{ site.url }}/images/{{ page.image.feature }}" class="entry-feature-image" alt="{{ page.title }}" {% if site.logo == null %}style="margin-top:0;"{% endif %}>{% if page.image.credit %}<p class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a></p>{% endif %}{% endif %}
@@ -32,7 +32,6 @@ <h1 class="entry-title">{% if page.headline %}{{ page.headline }}{% else %}{{ pa
3232
</article>
3333
</div><!-- /#main -->
3434
</div>
35-
3635
</div>
3736

3837
<div class="footer-wrapper">

0 commit comments

Comments
 (0)