Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jfisher-usgs committed Jun 7, 2012
1 parent b2f72aa commit aef7466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/themes/twitter-2.0/post.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="page-header">
<h1>{{ page.title }}</h1>
<div class="date"><b>Published:</b> {{ page.date | date: "%Y-%m-%d" }}</div>
<div class="date">Published: {{ page.date | date: "%Y-%m-%d" }}</div>
{% unless page.tags == empty %}
<ul class="tag_box inline">
{% assign tags_list = page.tags %}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
{% endfor %}

<!-- Pagination links -->
<div class="pagination">
<div class="pagination pagination-centered">
<ul>
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
Expand Down

0 comments on commit aef7466

Please sign in to comment.