Skip to content

Commit e01f67a

Browse files
committed
Fix url
1 parent d7ee925 commit e01f67a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

_config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Site settings
2-
title: Mozilla Campus Clubs
3-
2+
title: Lambdaspace boilerplate
3+
email: email
44
description: >
5-
Get involved with the Campus initiatives at Mozilla
6-
baseurl: ""
7-
url: "https://campus.mozilla.community"
8-
twitter_username: mozparticipate
9-
github_username: mozilla
5+
description
6+
baseurl: "" # Add your URL
7+
url: "" #Add your URL
8+
twitter_username:
9+
github_username:
1010

1111
# Build settings
1212
markdown: kramdown

_includes/header.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<nav class="navbar">
44
<div class="container">
5-
<a class="navbar-brand" href="/"><img src="/static/img/logo.png" alt="{{ site.title | escape }}"></a>
5+
<a class="navbar-brand" href="{{site.url}}/"><img src="{{site.url}}/static/img/logo.png" alt="{{ site.title | escape }}"></a>
66

77
<button class="navbar-toggler hidden-lg-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation">
88
&#9776;
99
</button>
1010
<div class="collapse navbar-toggleable-md" id="exCollapsingNavbar">
11-
<a class="nav-link" href="/activities/">Activities</a>
12-
<a class="nav-link" href="/about/">About</a>
11+
<a class="nav-link" href="{{site.url}}/activities/">Activities</a>
12+
<a class="nav-link" href="{{site.url}}/about/">About</a>
1313
</div>
1414

1515
</div>

_pages/about.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ref: about
99

1010
<div class="row">
1111
<div class="col-md-3">
12-
<img src="/static/img/photo_clubs1.jpg" alt="Mozilla Clubs" class="img-responsive">
12+
<img src="{{site.url}}/static/img/photo_clubs1.jpg" alt="Mozilla Clubs" class="img-responsive">
1313
</div>
1414

1515
<div class="col-md-9">
@@ -25,7 +25,7 @@ ref: about
2525

2626
<div class="row">
2727
<div class="col-md-3">
28-
<img src="/static/img/photo_clubs2.jpg" alt="Mozilla Clubs" class="img-responsive">
28+
<img src="{{site.url}}/static/img/photo_clubs2.jpg" alt="Mozilla Clubs" class="img-responsive">
2929
</div>
3030

3131
<div class="col-md-9">
@@ -41,7 +41,7 @@ ref: about
4141

4242
<div class="row">
4343
<div class="col-md-3">
44-
<img src="/static/img/photo_clubs3.jpg" alt="Mozilla Clubs" class="img-responsive">
44+
<img src="{{site.url}}/static/img/photo_clubs3.jpg" alt="Mozilla Clubs" class="img-responsive">
4545
</div>
4646

4747
<div class="col-md-9">
@@ -108,7 +108,7 @@ Read the full Roles & Responsibilities of the Executive Team [here](https://docs
108108

109109
<div class="row">
110110
<div class="col-md-3">
111-
<img src="/static/img/photo_clubs4.jpg" alt="Mozilla Clubs" class="img-responsive">
111+
<img src="{{site.url}}/static/img/photo_clubs4.jpg" alt="Mozilla Clubs" class="img-responsive">
112112
</div>
113113

114114
<div class="col-md-9">

0 commit comments

Comments
 (0)