diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-06-03 19:48:41 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-06-03 19:48:41 -0400 |
commit | 925075dd42c3851fa2c8906e69fdfc801a883cdf (patch) | |
tree | f3f0e4163d275c94751b118a062d041f5f5e9e17 /projects | |
parent | c3c6e5d00e9f4b26d490b3aa93564a7cc170ad76 (diff) |
Improve semantic structure
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/index.html b/projects/index.html index 9ba9f64..29e65ae 100644 --- a/projects/index.html +++ b/projects/index.html @@ -5,8 +5,8 @@ description: Projects I’ve done. --- {% for post in site.categories.projects %} - <div class="project"> + <section class="project"> <h1><a href="{{ post.url }}">{{ post.title }}</a></h1> <p>{{ post.description }}</p> - </div> + </section> {% endfor %} |