forked from pimenovoleg/fost.github.io
-
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
1 parent
9f87d4a
commit 4d13167
Showing
6 changed files
with
48 additions
and
44 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,17 @@ | ||
Powered by <a href="http://jekyllrb.com" target="_blank">Jekyll</a> | ||
<footer class="main-footer"> | ||
<div class="wc-container"> | ||
<div class="column one"> | ||
<h6>Few more links</h6> | ||
<ul class="menu"> | ||
<li><a href="{{ '/about' | prepend: site.baseurl | prepend: site.url }}">About</a></li> | ||
<li><a href="{{ '/blog' | prepend: site.baseurl | prepend: site.url }}">Blog</a></li> | ||
</ul> | ||
</div> | ||
<div class="column two"> | ||
{% include social.html %} | ||
</div> | ||
</div> | ||
<p class="wc-container disclaimer"> | ||
Powered by <a href="http://jekyllrb.com" target="_blank">Jekyll</a> | ||
</p> | ||
</footer> |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.positive.name }}{% endif %}</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="{% if page.meta_description %}{{ page.meta_description }}{% else %}{{ site.positive.meta_description }}{% endif %}"> | ||
|
||
<!-- Canonical url (https://support.google.com/webmasters/answer/139066) --> | ||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> | ||
|
||
<!-- Main CSS File (compiled from _sass forder) --> | ||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/main.css"> | ||
</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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<header class="main-header"> | ||
<div class="wc-container"> | ||
<h1><a href="{{ site.baseurl }}/">{{ site.positive.name }}</a></h1> | ||
<ul> | ||
<li> | ||
<a href="{{ '/about' | prepend: site.baseurl | prepend: site.url }}">About</a><span>/</span> | ||
</li> | ||
<li> | ||
<a href="{{ '/blog' | prepend: site.baseurl | prepend: site.url }}">Blog</a><span>/</span> | ||
</li> | ||
</ul> | ||
</div> | ||
</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