Skip to content

Commit eaabc6d

Browse files
committed
stylesheet hack
1 parent c922c50 commit eaabc6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ email: [email protected]
44
description: > # this means to ignore newlines until "baseurl:"
55
The canonical list and definitions of Sociocracy 3.0 patterns, maintained by Bernhard Bockelbrink and James Priest.
66
baseurl: "" # the subpath of your site, e.g. /blog
7-
url: "http://s3-working-group.github.io/s3patterns/"
7+
url: "http://s3-working-group.github.io/s3patterns"
88
twitter_username: sociocracy30
99

1010
# Build settings

_includes/head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
88

99
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
10+
<link rel="stylesheet" href="css/main.css">
11+
1012
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1113
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
1214
</head>

_includes/header.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
<div class="wrapper">
44

55
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
6-
7-
| <a href="index.html">Pattern Index</a>
8-
| <a href="changelog.html">Changelog</a>
6+
7+
<p><a href="index.html">Pattern Index</a> | <a href="changelog.html">Changelog</a></p>
98

109
</div>
11-
1210
</header>

0 commit comments

Comments
 (0)