Skip to content

Commit

Permalink
Remove mysterious template class
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherbooker committed Jan 12, 2022
1 parent f437694 commit ec58aad
Show file tree
Hide file tree
Showing 39 changed files with 37 additions and 39 deletions.
2 changes: 1 addition & 1 deletion _includes/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main{% if templateClass %} class="{{ templateClass }}"{% endif %}>
<main>

{{ content | safe }}
</main>
Expand Down
1 change: 0 additions & 1 deletion _includes/home.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: base.njk
templateClass: tmpl-home
---
{{ content | safe }}
1 change: 0 additions & 1 deletion _includes/post.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: base.njk
templateClass: tmpl-post
---
<a class="btn" href="{{ metadata.url }}" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-home">
<main>

<h1 id="content-not-found.">Content not found. <a class="direct-link" href="#content-not-found.">#</a></h1>
<p>Go <a href="/blog/">home</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-home">
<main>



Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-05-28-if-gulp-were-a-person/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-05-30-prototyping-web-on-linux/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-06-15-vue-vs-react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-06-21-interactive-react-map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-08-12-how-to-autoscroll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-08-12-how-to-vue-directive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-08-24-how-to-vue-directive-npm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-11-05-day-negative-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-11-08-day-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-11-09-day-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2016-11-16-where-am-i/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2017-01-07-how-to-use-sails-with-pug/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2017-01-24-day-whatever/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2017-02-23-what-is-route-protection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2017-02-24-oh-god-vim-is-broken/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2019-12-24-im-not-a-programmer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2020-04-25-glossary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2020-04-25-lets-talk-about-sex-baby/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2020-05-02-where-to-gitignore-what/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2020-05-19-random-thoughts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-post">
<main>

<a class="btn" href="https://heatherbooker.github.io/blog/" >
Home
Expand Down
2 changes: 1 addition & 1 deletion docs/tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="col s12 m9">
<div class="post-listing">
<main class="tmpl-home">
<main>

<h1>Tags</h1>

Expand Down

0 comments on commit ec58aad

Please sign in to comment.