-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Metadata sucked. Now, only one set of metadata tags.
- Loading branch information
1 parent
e5d326d
commit cd190b3
Showing
4 changed files
with
6 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
<!-- BEGIN TEMPLATE head.html --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="/assets/js/konamirickroll/konamirickroll.min.js"></script> | ||
{% seo %} | ||
{% if page.title %} | ||
<!-- page.title exists, using that. --> | ||
<title>{{ page.title }} • {{ site.title }}</title> | ||
{% else %} | ||
<!-- page.title does not exist, defaulting to site.title --> | ||
<title>{{ site.title }}</title> | ||
{% endif %} | ||
|
||
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'> | ||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} RSS" href="/feed.xml" /> | ||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css"> | ||
|
||
<!-- END TEMPLATE head.html --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,3 @@ | |
</div> | ||
|
||
</body> | ||
<footer> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,5 +43,3 @@ <h1>{{ page.title }}</h1> | |
</div> | ||
<script src="/assets/js/externalLink.js"></script> | ||
</body> | ||
<footer> | ||
</footer> |