-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding licenses to footer and updating templates
- Loading branch information
Showing
42 changed files
with
346 additions
and
149 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,16 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{site.head()} | ||
<link href="{page.to_root()}/static/mccole.css" rel="stylesheet" type="text/css"> | ||
{site.head("..")} | ||
<link href="../static/mccole.css" rel="stylesheet" type="text/css"> | ||
<title>{site.title()}: {page.title()}</title> | ||
</head> | ||
<body> | ||
<main> | ||
<p class="home"><a href="{page.to_root()}/">{site.title()}</a></p> | ||
<p class="home"><a href="../">{site.title()}</a></p> | ||
{page.title()} | ||
{site.bibliography()} | ||
{site.foot()} | ||
{site.foot("..")} | ||
</main> | ||
</body> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
<footer> | ||
<hr/> | ||
Copyright © {site.copyrightyear()} | ||
{site.author()} | ||
· | ||
Powered by <a href="{site.repo()}">{site.tool()}</a> | ||
<p> | ||
Copyright © {site.copyrightyear()} {site.author()} | ||
| ||
<a href="{page.root}/license/"><img class="icon" src="{page.root}/static/cc-by-nc.svg" alt="CC-BY-NC icon"/></a> | ||
<a href="{page.root}/license/"><img class="icon" src="{page.root}/static/hippocratic.svg" alt="Hippocratic License icon"/></a> | ||
<a href="{site.repo()}"><img class="icon" src="{page.root}/static/github.svg" alt="GitHub icon"/></a> | ||
<a href="mailto:{site.email()}"><img class="icon" src="{page.root}/static/email.svg" alt="email icon"/></a> | ||
</p> | ||
</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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{site.head()} | ||
<link href="{page.to_root()}/static/mccole.css" rel="stylesheet" type="text/css"> | ||
{site.head("..")} | ||
<link href="../static/mccole.css" rel="stylesheet" type="text/css"> | ||
<title>{site.title()}: {page.title()}</title> | ||
</head> | ||
<body> | ||
<main> | ||
<p class="home"><a href="{page.to_root()}/">{site.title()}</a></p> | ||
<p class="home"><a href="../">{site.title()}</a></p> | ||
{page.title()} | ||
{site.glossary()} | ||
{site.foot()} | ||
{site.foot("..")} | ||
</main> | ||
</body> | ||
</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
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,16 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{site.head()} | ||
<link href="{page.to_root()}/static/mccole.css" rel="stylesheet" type="text/css"> | ||
{site.head("..")} | ||
<link href="../static/mccole.css" rel="stylesheet" type="text/css"> | ||
<title>{site.title()}: {page.title()}</title> | ||
</head> | ||
<body> | ||
<main> | ||
<p class="home"><a href="{page.to_root()}/">{site.title()}</a></p> | ||
<p class="home"><a href="../">{site.title()}</a></p> | ||
{page.title()} | ||
{site.links()} | ||
{site.foot()} | ||
{site.foot("..")} | ||
</main> | ||
</body> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{site.head()} | ||
<link href="{page.to_root()}/static/mccole.css" rel="stylesheet" type="text/css"> | ||
{site.head("..")} | ||
<link href="../static/mccole.css" rel="stylesheet" type="text/css"> | ||
<title>{site.title()}: {page.title()}</title> | ||
</head> | ||
<body> | ||
<main> | ||
<p class="home"><a href="{page.to_root()}/">{site.title()}</a></p> | ||
<p class="home"><a href="../">{site.title()}</a></p> | ||
{page.title()} | ||
{page.lede()} | ||
<nav> | ||
{page.toc()} | ||
</nav> | ||
{page.keyterms()} | ||
{page.content()} | ||
{site.foot()} | ||
{site.foot("..")} | ||
</main> | ||
</body> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{site.head()} | ||
<link href="{page.to_root()}/static/mccole.css" rel="stylesheet" type="text/css"> | ||
{site.head("..")} | ||
<link href="../static/mccole.css" rel="stylesheet" type="text/css"> | ||
<title>{site.title()}: {page.title()}</title> | ||
</head> | ||
<body> | ||
<main> | ||
<p class="home"><a href="{page.to_root()}/">{site.title()}</a></p> | ||
<p class="home"><a href="../">{site.title()}</a></p> | ||
{page.content()} | ||
{site.foot()} | ||
{site.foot("..")} | ||
</main> | ||
</body> | ||
</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
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
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
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
Oops, something went wrong.