Skip to content

Commit

Permalink
Add site title and fix <title> variables & removal of dupe section in…
Browse files Browse the repository at this point in the history
… index.html
  • Loading branch information
Cauchon committed Mar 29, 2020
1 parent 1d8b36c commit 58cf85c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
permalink: /posts/:title/
name: Justin Cauchon
url: https://cauchon.net
url: https://cauchon.net/
title: Justin Cauchon's Homepage & Projects
description: Justin Cauchon's website
future: true
twitter: Cauchon
Expand Down
4 changes: 1 addition & 3 deletions _layouts/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>
{% if page.title %}{{ page.title }} &ndash;{% endif %} {{ site.name }}
{% if page.title %}{{ page.title }} &ndash;{% endif %} {{ site.title }}
</title>

<meta name="author" content="{{ site.name }}" />
Expand Down Expand Up @@ -45,8 +45,6 @@

<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Justin Cauchon's Site">

<!-- Default twitter cards -->
<meta name="twitter:card" content="Justin Cauchon's Site">
<meta name="twitter:site" content="@Cauchon">
<meta property="og:type" content="website">
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
}
</style>

<section class="content">
<section class="content">
<h1>Hiya! I'm Justin Cauchon.</h1>

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Justin Cauchon's Webpage & Projects",
"name": "Justin Cauchon's Homepage & Projects",
"short_name": "Justin Cauchon's Webpage & Projects",
"description": "This is the homepage for Justin Cauchon",
"start_url": "/",
Expand Down

0 comments on commit 58cf85c

Please sign in to comment.