Fixed liquid tag issues

This commit is contained in:
Logen Kain 2016-06-20 13:30:10 -07:00
parent 15deb541ac
commit e9ca79b40e
8 changed files with 13 additions and 6 deletions

View File

@ -16,6 +16,7 @@ author_default_avatar: /profile-pic.jpg
# pinterest: "" # pinterest: ""
# instagram: "" # instagram: ""
twitter: "https://twitter.com/techshotgun" twitter: "https://twitter.com/techshotgun"
twitter_hand: "techshotgun"
# facebook: "" # facebook: ""
# youtube: "" # youtube: ""
# vimeo: "#" # vimeo: "#"

View File

@ -1,7 +1,7 @@
- logen:
id: logen
name: Logen Kain name: Logen Kain
avatar: /profile-pic.jpg avatar: /profile-pic.jpg
bio: It's me! Editor, author, and proprietor of SudoTask! bio: It's me! Editor, author, and proprietor of SudoTask!
twitter: https://twitter.com/rockroar twitter: https://twitter.com/rockroar
email: logen@sudotask.comm twitter_hand: RockRoar
email: logen@sudotask.com

View File

@ -1,6 +1,6 @@
<footer> <footer>
<div class="content"> <div class="content">
<span>&copy; SudoTask LLC</span> <span>&copy; <a href="http://sudotask.com" target="_blank"> SudoTask LLC </a></span>
<span class="backtotop">back to top</span> <span class="backtotop">back to top</span>
</div> </div>
</footer> </footer>

View File

@ -1,10 +1,12 @@
<div class="row"> <div class="row">
{% assign author = site.data.authors[page.author] %}
<br> <br>
<hr> <hr>
<a href="https://plus.google.com/share?url=https://google.com" rel="nofollow" target="_blank" title="Share On Google Plus!"> <a href="https://plus.google.com/share?url=https://google.com" rel="nofollow" target="_blank" title="Share On Google Plus!">
<img alt="Google Plus " src="/img/goog.png" width="30"> <img alt="Google Plus " src="/img/goog.png" width="30">
</a> </a>
<a href="https://twitter.com/home?status=@{{site.twitter}} {{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share On Twitter!"> <a href="https://twitter.com/home?status={{page.title}} by @{{author.twitter_hand}} {{ site.url }}{{ page.url }} via @{{site.twitter_hand}}" rel="nofollow" target="_blank" title="Share On Twitter!">
<img alt="Twitter " src="/img/tweet_img.png" width="80"> <img alt="Twitter " src="/img/tweet_img.png" width="80">
</a> </a>

View File

@ -53,6 +53,7 @@
{% endif %} {% endif %}
<div class="post_content"> <div class="post_content">
{{ content }} {{ content }}
{% include share-buttons.html %}
</div> </div>
{% if page.category || page.tags %} {% if page.category || page.tags %}
<div class="catsandtags"> <div class="catsandtags">

View File

@ -1,8 +1,11 @@
--- ---
author: logen author: logen
layout: post_full
title: Test Post Please Ignore title: Test Post Please Ignore
featimg: 1.jpg featimg: 1.jpg
tags: [test] tags: [test]
category: [test] category: [test]
--- ---
Test post please ignore. Test post please ignore.
I am id: {{ author }} name: {{ author.name }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB