Skip to content

Commit 7c5671d

Browse files
author
mrmrs
committed
Updates. Duh.
1 parent ec5314f commit 7c5671d

File tree

3 files changed

+7
-43
lines changed

3 files changed

+7
-43
lines changed

_config.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This will be the first part of the title tag for your site
22
# <title> {{site.name}} </title>
33
# ============================================================
4-
name: "HTML patterns"
4+
name: "HTML5 Patterns"
55

66
# Populates the meta description for the site. Should be under 150 characters for best SEO results.
77
# ============================================================
8-
description: "Common HTML patterns I use. Maybe useful for others."
8+
description: "Common HTML5 patterns I use."
99

1010
# Owner (organization or individual) of site content - You'll want to change this from mrmrs :)
1111
# ============================================================
@@ -25,21 +25,3 @@ future: true
2525
# Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
2626
# ============================================================
2727
exclude: [README.md, Rakefile]
28-
29-
# Pagination variable for how many posts to show in a list
30-
# ============================================================
31-
#paginate: 5
32-
33-
# Style of permalinks
34-
# ============================================================
35-
permalink: pretty
36-
37-
# Variable format options for URL styles below
38-
# ============================================================
39-
# pretty => /2009/04/29/slap-chop/index.html
40-
# /:month-month:day-:year/:title.html/ => 04-29-2009/slap-chop.html
41-
# /blog/:yearr/:month/:day/:title => /blog/2009/04/29/slap-chop/index.html
42-
43-
# Uncomment if you have pygments installed. Used for code syntax highlighting.
44-
# If you're not doing syntax highlighting you can delete this.
45-
#pygments: true

_posts/2020-01-01-example.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
layout: default
33
---
4-
<header>
5-
<a href="#" title="Home link"> Home Links </a>
6-
</header>
4+
75
<section>
86
<h1>Links</h1>
97
<a href="#" class="link" title="Sample text link">Sample text link</a>
@@ -251,7 +249,9 @@ <h6 class="h6">Sixth header h6</h6>
251249
</code>
252250
</section>
253251
<section>
254-
<h1> Typographacial things</h1>
252+
<header>
253+
<h1> Typographical Stuff</h1>
254+
</header>
255255
<small>This is for things like copyright info</small>
256256
<s>Content that isn't accurate or relevant anymore.</s>
257257
<span>Generic span wrapper</span>
@@ -306,5 +306,5 @@ <h1> Typographacial things</h1>
306306
</table>
307307
</section>
308308
<footer>
309-
<small>Copyright 2013 Some company name</small>
309+
<small>© 2013 Some company name</small>
310310
</footer>

0 commit comments

Comments
 (0)