mirror of https://github.com/SnapKit/SnapKit
Fixes
This commit is contained in:
parent
14d96f6755
commit
cd5acc4985
|
@ -6,7 +6,7 @@
|
|||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/stylesheets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="/SnapKit/stylesheets/main.css">
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.url }}">
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<header id="header">
|
||||
<a id="logo" href="/">SnapKit</a>
|
||||
<a id="logo" href="/SnapKit/">SnapKit</a>
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li><a href="https://github.com/SnapKit/SnapKit">Github</a></li>
|
||||
<li><a href="/docs">Docs</a></li>
|
||||
<li><a href="/faq">F.A.Q.</a></li>
|
||||
<li><a href="/SnapKit/docs">Docs</a></li>
|
||||
<li><a href="/SnapKit/faq">F.A.Q.</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
|
@ -71,7 +71,7 @@ table {
|
|||
width: rem-calc(539);
|
||||
height: rem-calc(128);
|
||||
margin-top: rem-calc(90);
|
||||
@include retina-image(/images/logo, rem-calc(539) rem-calc(128));
|
||||
@include retina-image(/SnapKit/images/logo, rem-calc(539) rem-calc(128));
|
||||
background-size: 100% 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue