Skip to content

Commit

Permalink
links tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhowells committed Dec 2, 2017
1 parent 20418e8 commit 29a6ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1 class="post-title">{{ page.title | no_widows }}</h1>
<p class="post-meta">{% include time.html the_date=page.date %}</p>
{{ content }}
{% elsif page.type == 'link' %}
<h4 class="link-item-container"><a href="{{ page.link }}" class="link-item">{{ page.title | no_widows }}</a></h4>
<h4 class="link-item-container"><a href="{{ page.link }}" class="link-item">{{ page.title | no_widows }}</a>&nbsp;<span class="link_icon"></span></h4>
<p class="post-meta-link">{% include time.html the_date=page.date %}</p>
{{ content }}
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ I'm Stephen Howells, a web and iOS developer living in sunny Arizona. I primaril
- Hosted on [Netlify](https://www.netlify.com).
- Proudly powered by [Jekyll](http://jekyllrb.com).
- All development for this site is done in [Atom](https://atom.io) on a late 2013 15-inch Retina MacBook Pro.
- Typefaces are [Sentinel](https://www.typography.com/fonts/sentinel/overview/), [Whitney Condensed](https://www.typography.com/fonts/whitney-condensed/overview/), and [Operator](https://www.typography.com/fonts/operator/overview/) by Hoefler & Co.
- Typefaces are [Sentinel](https://www.typography.com/fonts/sentinel/overview/), [Whitney Condensed](https://www.typography.com/fonts/whitney-condensed/overview/), and [Operator Mono](https://www.typography.com/fonts/operator/overview/) by Hoefler & Co.

## My Toolbox

Expand Down

0 comments on commit 29a6ec4

Please sign in to comment.