Skip to content

Commit d3bd9dd

Browse files
committed
fix github_url and README.md
1 parent 2b51cc0 commit d3bd9dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ site locally. Once they're setup:
99

1010
* Clone the repository and go into the directory
1111
* Run `zola serve`
12-
* Go to http://localhost:1024
12+
* Go to http://localhost:1111
1313

1414
## Making a Post
1515

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ title = "BitDevs LA"
1818
[extra]
1919
# Put all your custom variables here
2020

21-
github_url = "https://github.com"
21+
github_url = "https://github.com/bitdevs-la/bitdevs-la.org"
2222
menu = ["item1","item2","item3"]
2323
meetup = "https://www.meetup.com/SoCal-Lightning"

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 class="Home-posts-title">Socratic Seminars</h2>
6161
</div>
6262
<div class="Footer-inner">
6363
<div class="Footer-source">
64-
<a href="https://github.com/BitDevsNYC/BitDevsNYC.github.io" target="_blank"
64+
<a href="{{ config.extra.github_url }}" target="_blank"
6565
rel="noopener nofollow">Source available on Github</a>
6666
</div>
6767
<div class="Footer-rss">

0 commit comments

Comments
 (0)