Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #52 from swanson/revert-46-master
Browse files Browse the repository at this point in the history
Revert "Add tags to post (issue #39)"
  • Loading branch information
matt swanson committed Feb 7, 2018
2 parents edfa0e0 + e022a57 commit 6ffa0c0
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 79 deletions.
9 changes: 0 additions & 9 deletions _includes/css/screen.css
Expand Up @@ -120,15 +120,6 @@ nav h1, nav h2 {
font-size: 13px; font-size: 13px;
} }


#tags {
margin-top: 80px;
margin-bottom: 50px;
font-size: 13px;
padding-top: 15px ;
border-top: dotted #ddd;
border-width: 1px 0;
}

#post pre { #post pre {
border: 1px solid #ddd; border: 1px solid #ddd;
background-color: #eef; background-color: #eef;
Expand Down
4 changes: 0 additions & 4 deletions _includes/sidebar.html
Expand Up @@ -17,8 +17,4 @@ <h2>I'm <a href="/">{{ site.data.theme.name }}</a>.</h2>
<div id="social"> <div id="social">
{% include social.html %} {% include social.html %}
</div> </div>

<div id="tags">
{% include tags.html %}
</div>
</nav> </nav>
15 changes: 0 additions & 15 deletions _includes/tags.html

This file was deleted.

19 changes: 2 additions & 17 deletions _layouts/post.html
@@ -1,9 +1,9 @@
--- ---
layout: default layout: default
--- ---


<p class="meta"> <p class="meta">
{{ page.date | date: "%B %d, %Y" }} {{ page.date | date: "%B %d, %Y" }}
<a href="/"> <a href="/">
<i class="home fa fa-home"></i> <i class="home fa fa-home"></i>
</a> </a>
Expand All @@ -24,19 +24,4 @@ <h3>Related Posts</h3>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>

<h3>Tags :</h3>
<span>
{% for tag in page.tags %}
<a href="{{ '/tag/' | append:tag }}.html" rel="tag">
{{ tag }}
{% if forloop.last %}
.
{% else %}
,
{% endif %}
</a>
{% unless forloop.last %}{% endunless %}{% endfor %}
</span>
</div> </div>

20 changes: 0 additions & 20 deletions _layouts/tag.html

This file was deleted.

1 change: 0 additions & 1 deletion _posts/2013-08-12-another-sample.md
@@ -1,7 +1,6 @@
--- ---
layout: post layout: post
title: Another sample title: Another sample
tags: [jekyll, syntax]
categories: categories:
- blog - blog
--- ---
Expand Down
1 change: 0 additions & 1 deletion _posts/2013-08-20-sample-post.md
@@ -1,7 +1,6 @@
--- ---
layout: post layout: post
title: Sample post title: Sample post
tags: [code, jekyll]
categories: categories:
- blog - blog
--- ---
Expand Down
4 changes: 0 additions & 4 deletions tag/code.md

This file was deleted.

4 changes: 0 additions & 4 deletions tag/jekyll.md

This file was deleted.

4 changes: 0 additions & 4 deletions tag/syntax.md

This file was deleted.

0 comments on commit 6ffa0c0

Please sign in to comment.