This commit is contained in:
Robert Payne 2022-04-13 16:30:18 +12:00
parent 14d96f6755
commit cd5acc4985
3 changed files with 5 additions and 5 deletions

View File

@ -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 }}">

View File

@ -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>

View File

@ -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;
}