forked from ssotax/ssotax
-
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.
- Loading branch information
Showing
7 changed files
with
32 additions
and
36 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,19 +1,17 @@ | ||
<head> | ||
<!-- Meta --> | ||
<meta charset="UTF-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | ||
<meta name="generator" content="Jekyll"> | ||
<!-- Meta --> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | ||
<meta name="generator" content="Jekyll"> | ||
|
||
<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> | ||
<meta name="description" content="{%if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> | ||
<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> | ||
<meta name="description" | ||
content="{%if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> | ||
|
||
<!-- CSS & fonts --> | ||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}"> | ||
|
||
<!-- RSS --> | ||
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" /> | ||
<!-- CSS & fonts --> | ||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}"> | ||
|
||
<!-- Favicon --> | ||
<link rel="shortcut icon" type="image/png" href="img/favicon.png"> | ||
<link rel="shortcut icon" type="image/png" href="favicon.ico"> | ||
|
||
</head> | ||
</head> |
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,5 +1,5 @@ | ||
<header id="header"> | ||
|
||
<!-- Your custom header here --> | ||
<!-- Your custom header here --> | ||
|
||
</header> |
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,26 +1,24 @@ | ||
<header id="header" class="parent justify-spaceBetween"> | ||
<div class="inner w100 relative"> | ||
<span class="f-left"> | ||
<span class="f-left"> | ||
<a href="{{ site.baseurl }}/"> | ||
<h1> | ||
<span>mono</span>chrome | ||
<span>sso</span>tax | ||
</h1> | ||
</a> | ||
</span> | ||
<span id="nav-links" class="absolute right bottom"> | ||
<!-- Nav pages --> | ||
{% for page in site.pages %} | ||
{% if page.layout == "page" %} | ||
<a href="{% if site.baseurl == "/" %}{{ page.url }}{% else %}{{ page.url | prepend: site.baseurl }}{% endif %}" title="{{ page.title }}">{{ page.title }}</a> | ||
{% endif %} | ||
{% endfor %} | ||
|
||
{% for page in site.pages %} | ||
{% if page.layout == "page" %} | ||
<a href="{% if site.baseurl == "/" %}{{ page.url }}{% else %}{{ page.url | prepend: site.baseurl }}{% endif %}" | ||
title="{{ page.title }}">{{ page.title }}</a> | ||
{% endif %} | ||
{% endfor %} | ||
|
||
<!-- Nav links --> | ||
{% include link.html %} | ||
{% include link.html %} | ||
|
||
</span> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
</header> |
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,2 +1,2 @@ | ||
<a href="https://github.com/thereviewindex/monochrome/archive/master.zip">Download</a> | ||
<a href="https://github.com/thereviewindex/monochrome">Project on Github</a> | ||
<a href="https://github.com/ssotax/ssotax">Contribute</a> | ||
<a href="https://github.com/ssotax/ssotax">Project on Github</a> |
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,5 +1,5 @@ | ||
<footer> | ||
<!-- Your custom nav footer here --> | ||
|
||
<!-- Your custom nav footer here --> | ||
|
||
</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,5 +1,5 @@ | ||
<footer> | ||
<span>version {{ site.version }}</span> | ||
|
||
<span>ssotax.org</span> | ||
|
||
</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 +1 @@ | ||
<script src="{{ "/js/main.js" | prepend: site.baseurl | replace: '//', '/' }}"></script> | ||
<script src="{{ "/js/main.js" | prepend: site.baseurl | replace: '//', '/' }}"></script> |