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: ""
# instagram: ""
twitter: "https://twitter.com/techshotgun"
twitter_hand: "techshotgun"
# facebook: ""
# youtube: ""
# vimeo: "#"

View File

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

View File

@ -1,6 +1,6 @@
<footer>
<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>
</div>
</footer>

View File

@ -1,10 +1,12 @@
<div class="row">
{% assign author = site.data.authors[page.author] %}
<br>
<hr>
<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">
</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">
</a>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html>
<head>
{% include head.html %}
</head>

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB