Skip to content

Commit 1af82dc

Browse files
committed
relative urls
1 parent c053409 commit 1af82dc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

_data/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ carte: https://carte.utoronto.ca/
44
one-rg: https://1rg.space/
55
civictechtoronto: https://civictech.ca/
66
codeofconduct: https://civictech.ca/code-of-conduct
7-
privacy: /404
7+
privacy: 404

_includes/footer.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
<nav>
1111
<ul>
1212
<li>General Information</li>
13-
<li><a href="/about-us">About Us</a></li>
14-
<li><a href="/sponsors">Sponsors</a></li>
15-
<li><a href="/contact">Contact</a></li>
16-
<li><a href="/location">Event Location</a></li>
13+
<li><a href="{{ '/about-us' | relative_url }}">About Us</a></li>
14+
<li><a href="{{ '/sponsors' | relative_url }}">Sponsors</a></li>
15+
<li><a href="{{ '/contact' | relative_url }}">Contact</a></li>
16+
<li><a href="{{ '/location' | relative_url }}">Event Location</a></li>
1717
</ul>
1818
</nav>
1919
<nav>
2020
<ul>
2121
<li>Programming</li>
22-
<li><a href="/conference">Conference</a></li>
23-
<li><a href="/unconference">Unconference</a></li>
22+
<li><a href="{{ '/conference' | relative_url }}">Conference</a></li>
23+
<li><a href="{{ '/unconference' | relative_url }}">Unconference</a></li>
2424
</ul>
2525
</nav>
2626
<nav>
2727
<ul>
2828
<li>Media</li>
29-
<li><a href="/media-kit">Media Kit</a></li>
29+
<li><a href="{{ '/media-kit' | relative_url }}">Media Kit</a></li>
3030

3131
</ul>
3232
</nav>

_pages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3 class="colorized-magenta">The Conference</h3>
116116
</hgroup>
117117
<p>A set schedule of <strong class="colorized-magenta">stories, sessions,</strong> and <strong class="colorized-magenta">shared lessons</strong> from people building community-powered tools, services, and networks. It’s a space to share what’s working, reflect on hard-won lessons, and explore new ideas together.</p>
118118
<div class="cta-buttons">
119-
<a role="button" class="outline" href="/conference">See the schedule</a>
119+
<a role="button" class="outline" href="{{ '/conference' | relative_url }}">See the schedule</a>
120120
</div>
121121
</article>
122122
<article>
@@ -129,7 +129,7 @@ <h3 class="colorized-orange">The Unconference</h3>
129129
</hgroup>
130130
<p>A day of <strong class="colorized-orange">workshops</strong> and <strong class="colorized-orange">sessions created by participants</strong>. Anyone can propose a session. Anyone can host. This is where we dive deeper, get hands-on, explore tough questions, and connect around shared interests.</p>
131131
<div class="cta-buttons">
132-
<a role="button" class="secondary outline" href="/unconference">Read about the unconference</a>
132+
<a role="button" class="secondary outline" href="{{ '/unconference' | relative_url }}">Read about the unconference</a>
133133
</div>
134134
</article>
135135
</div>

0 commit comments

Comments
 (0)