Skip to content

Commit

Permalink
Use template title
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbarajas committed May 10, 2020
1 parent 7e44a92 commit 2bddfd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Expand Up @@ -12,7 +12,7 @@

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Help Prospect Heights!</title>
<title>{[ page.title }}</title>
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Yellowtail" />
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
@@ -1,4 +1,4 @@
<h1 class="f1 lh-title tc yellowtail green">Help Prospect Heights!</h1>
<h1 class="f1 lh-title tc yellowtail green">{{ page.title }}</h1>
<p class="f5 lh-copy tc">
Things are moving fast – please <a href="https://www.instagram.com/helpprospectheights/following/">follow each business on Instagram</a> for their latest updates.
</p>
Expand Down

0 comments on commit 2bddfd6

Please sign in to comment.