diff --git a/_includes/author-bio.html b/_includes/author-bio.html index 7fd24e34..36b0a175 100644 --- a/_includes/author-bio.html +++ b/_includes/author-bio.html @@ -4,32 +4,72 @@
-{% if author.avatar contains 'http' %} - {{ author.name }} bio photo -{% else %} - {{ author.name }} bio photo -{% endif %} + {% if author.avatar contains 'http' %} + {{ author.name }} bio photo + {% else %} + {{ author.name }} bio photo + {% endif %}

{{ author.name }}

-

{{ author.bio }}

- {% if author.email %} Email{% endif %} - {% if author.twitter %} Twitter{% endif %} - {% if author.facebook %} Facebook{% endif %} - {% if author.google.plus %} Google+{% endif %} - {% if author.linkedin %} LinkedIn{% endif %} - {% if author.xing %} XING{% endif %} - {% if author.instagram %} Instagram{% endif %} - {% if author.tumblr %} Tumblr{% endif %} - {% if author.github %} Github{% endif %} - {% if author.stackoverflow %} Stackoverflow{% endif %} - {% if author.lastfm %} Last.fm{% endif %} - {% if author.dribbble %} Dribbble{% endif %} - {% if author.pinterest %} Pinterest{% endif %} - {% if author.foursquare %} Foursquare{% endif %} - {% if author.steam %} Steam{% endif %} - {% if author.youtube %} Youtube{% endif %} - {% if author.soundcloud %} Soundcloud{% endif %} - {% if author.weibo %} Weibo{% endif %} - {% if author.flickr %} Flickr{% endif %} - {% if author.codepen %} CodePen{% endif %} + {% if author.bio %}

{{ author.bio }}

{% endif %} + {% if author.email %} + Email + {% endif %} + {% if author.twitter %} + Twitter + {% endif %} + {% if author.facebook %} + Facebook + {% endif %} + {% if author.google.plus %} + Google+ + {% endif %} + {% if author.linkedin %} + LinkedIn + {% endif %} + {% if author.xing %} + XING + {% endif %} + {% if author.instagram %} + Instagram + {% endif %} + {% if author.tumblr %} + Tumblr + {% endif %} + {% if author.github %} + Github + {% endif %} + {% if author.stackoverflow %} + Stackoverflow + {% endif %} + {% if author.lastfm %} + Last.fm + {% endif %} + {% if author.dribbble %} + Dribbble + {% endif %} + {% if author.pinterest %} + Pinterest + {% endif %} + {% if author.foursquare %} + Foursquare + {% endif %} + {% if author.steam %} + Steam + {% endif %} + {% if author.youtube %} + Youtube + {% endif %} + {% if author.soundcloud %} + Soundcloud + {% endif %} + {% if author.weibo %} + Weibo + {% endif %} + {% if author.flickr %} + Flickr + {% endif %} + {% if author.codepen %} + CodePen + {% endif %}
diff --git a/_includes/feed-footer.html b/_includes/feed-footer.html index 02a94f6a..59faf918 100644 --- a/_includes/feed-footer.html +++ b/_includes/feed-footer.html @@ -1 +1,4 @@ -<p><a href="{{ site.url }}{{ post.url }}">{{ post.title | xml_escape }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p> \ No newline at end of file +{% capture feed_footer %} +

{{ post.title }} was originally published by {{ site.owner.name }} on {{ site.title }}

+{% endcapture %} +{{ feed_footer | markdownify | xml_escape }} \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 90d904df..9b166cf9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ {% if site.owner.google.ad-client and site.owner.google.ad-slot %}