Fixed liquid tag issues
This commit is contained in:
parent
15deb541ac
commit
e9ca79b40e
@ -16,6 +16,7 @@ author_default_avatar: /profile-pic.jpg
|
||||
# pinterest: ""
|
||||
# instagram: ""
|
||||
twitter: "https://twitter.com/techshotgun"
|
||||
twitter_hand: "techshotgun"
|
||||
# facebook: ""
|
||||
# youtube: ""
|
||||
# vimeo: "#"
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
<footer>
|
||||
<div class="content">
|
||||
<span>© SudoTask LLC</span>
|
||||
<span>© <a href="http://sudotask.com" target="_blank"> SudoTask LLC </a></span>
|
||||
<span class="backtotop">back to top</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html>
|
||||
<head>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
|
@ -53,6 +53,7 @@
|
||||
{% endif %}
|
||||
<div class="post_content">
|
||||
{{ content }}
|
||||
{% include share-buttons.html %}
|
||||
</div>
|
||||
{% if page.category || page.tags %}
|
||||
<div class="catsandtags">
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user