Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
www.tempertemper.net/src/site/blog.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (15 sloc)
639 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: Blog posts written by Martin Underhill | |
heading: Blog | |
intro: | | |
If you're interested in accessibility, user experience design, and/or frontend development, you're in the right place. You can also [browse by category](/categories) or [year](/blog/years). | |
description: A blog for designers and frontend web developers. Covering topics such as accessibility, the web, Git, and design from interesting companies such as Apple. | |
layout: default | |
noCta: true | |
listing: true | |
--- | |
<ol class="hfeed index-list" reversed> | |
{%- for post in collections.post | reverse %} | |
{%- include "post-in-list.html" %} | |
{%- endfor %} | |
</ol> |