Skip to content

Commit

Permalink
edit post
Browse files Browse the repository at this point in the history
  • Loading branch information
robino robokow committed Feb 15, 2015
1 parent c63930c commit 2d55bbf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 22 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<div class="page">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}">Head back home</a> to try finding it again.</p>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}">Head back home</a> or <a href="/archive/">Check the Archive</a> to try finding it again.</p>
</div>
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ relative_permalinks: true
title: robino
tagline: the nerd came out to play
description: the nerd came out to play
# url: http://hyde.getpoole.com
url: https://robokow.github.io
baseurl: /

author: robino robokow
Expand Down
6 changes: 3 additions & 3 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<h1 class="post-title">{{ page.title }}</h1>
<span class="post-date">{{ page.date | date_to_string }}</span>
{{ content }}
</div>


<ul class="tags">
{% for tag in page.tags %}
{% for tag in page.tags %}
<li><a href="/tags/{{ tag }}" class="tag">{{ tag }}</a></li>
{% endfor %}
</ul>
</div>

<div class="related">

<h2>Related Posts</h2>
<ul class="related-posts">
{% for post in site.related_posts limit:3 %}
Expand Down
7 changes: 6 additions & 1 deletion _layouts/tag_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ <h2>{{page.title}}</h2>
<tr>
<td>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<p><strong>{{ post.date | date: "%B %e, %Y" }}</strong> . {{ post.category }} . <a href="http://erjjones.github.com{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}"></a>
<p><strong>{{ post.date | date: "%B %e, %Y" }}</strong> . {{ post.category }} . <a href="http://erjjones.github.com{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}">

{% if post.image %}
<img src="{{post.image}}" alt="">
{% endif %}
</a>
<br/><small><i>{{ post.summary }}</i></small>
<br/><small><i class="icon-tags"></i> {% for tag in post.tags %} <a href="/tags/{{ tag }}" title="View posts tagged with &quot;{{ tag }}&quot;"><u>{{ tag }}</u></a> {% if forloop.last != true %} {% endif %} {% endfor %} </small></p>
</td>
Expand Down
16 changes: 0 additions & 16 deletions _posts/2015-2-13-Disctraction-free-writing.md

This file was deleted.

0 comments on commit 2d55bbf

Please sign in to comment.