mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Fix links
This commit is contained in:
parent
24ee5e5bd4
commit
d34f41a549
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{% assign base = '' %}
|
||||
{% assign depth = page.url | split: '/' | size | minus: 1 %}
|
||||
{% if depth == 1 %}{% assign base = '.' %}
|
||||
{% elsif depth == 2 %}{% assign base = '..' %}
|
||||
{% elsif depth == 3 %}{% assign base = '../..' %}
|
||||
{% elsif depth == 4 %}{% assign base = '../../..' %}{% endif %}
|
||||
{% if depth == 1 %}{% assign base = './' %}
|
||||
{% elsif depth == 2 %}{% assign base = '../' %}
|
||||
{% elsif depth == 3 %}{% assign base = '../../' %}
|
||||
{% elsif depth == 4 %}{% assign base = '../../../' %}{% endif %}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="description" content="Cyclone : Cyclone Scheme - Cheney on the M.T.A. with native threads.">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ base }}/stylesheets/stylesheet.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ base }}stylesheets/stylesheet.css">
|
||||
|
||||
<title>Cyclone</title>
|
||||
</head>
|
||||
|
@ -20,8 +20,8 @@
|
|||
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||
|
||||
<h1 id="project_title">
|
||||
<a href="{{ base }}/index">
|
||||
<img src="{{ base }}/docs/images/cyclone-logo-04-header.png"
|
||||
<a href="{{ base }}index">
|
||||
<img src="{{ base }}docs/images/cyclone-logo-04-header.png"
|
||||
alt="Cyclone">
|
||||
</a>
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue