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

Commit 6ffa0c0

Browse files
author
matt swanson
authored
Merge pull request #52 from swanson/revert-46-master
Revert "Add tags to post (issue #39)"
2 parents edfa0e0 + e022a57 commit 6ffa0c0

File tree

10 files changed

+2
-79
lines changed

10 files changed

+2
-79
lines changed

_includes/css/screen.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,6 @@ nav h1, nav h2 {
120120
font-size: 13px;
121121
}
122122

123-
#tags {
124-
margin-top: 80px;
125-
margin-bottom: 50px;
126-
font-size: 13px;
127-
padding-top: 15px ;
128-
border-top: dotted #ddd;
129-
border-width: 1px 0;
130-
}
131-
132123
#post pre {
133124
border: 1px solid #ddd;
134125
background-color: #eef;

_includes/sidebar.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@ <h2>I'm <a href="/">{{ site.data.theme.name }}</a>.</h2>
1717
<div id="social">
1818
{% include social.html %}
1919
</div>
20-
21-
<div id="tags">
22-
{% include tags.html %}
23-
</div>
2420
</nav>

_includes/tags.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

_layouts/post.html

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
1+
---
22
layout: default
33
---
44

55
<p class="meta">
6-
{{ page.date | date: "%B %d, %Y" }}
6+
{{ page.date | date: "%B %d, %Y" }}
77
<a href="/">
88
<i class="home fa fa-home"></i>
99
</a>
@@ -24,19 +24,4 @@ <h3>Related Posts</h3>
2424
</li>
2525
{% endfor %}
2626
</ul>
27-
28-
<h3>Tags :</h3>
29-
<span>
30-
{% for tag in page.tags %}
31-
<a href="{{ '/tag/' | append:tag }}.html" rel="tag">
32-
{{ tag }}
33-
{% if forloop.last %}
34-
.
35-
{% else %}
36-
,
37-
{% endif %}
38-
</a>
39-
{% unless forloop.last %}{% endunless %}{% endfor %}
40-
</span>
4127
</div>
42-

_layouts/tag.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

_posts/2013-08-12-another-sample.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: post
33
title: Another sample
4-
tags: [jekyll, syntax]
54
categories:
65
- blog
76
---

_posts/2013-08-20-sample-post.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: post
33
title: Sample post
4-
tags: [code, jekyll]
54
categories:
65
- blog
76
---

tag/code.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

tag/jekyll.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

tag/syntax.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)