Skip to content

Commit 1e48d04

Browse files
committed
fix: point link to the repository itself
The button "View on Github" was pointing to the Github Pages version of the page. In practice, each page ended up pointing to itself. This change makes the button point to the (root of the) Github repository.
1 parent 13c2317 commit 1e48d04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ url: "https://rafaelbeirigo.github.io/cybersec-dojo"
2828
remote_theme: pages-themes/minimal@v0.2.0
2929
github_username: rafaelbeirigo
3030

31+
github:
32+
repository_url: https://github.com/rafaelbeirigo/cybersec-dojo
33+
3134
# Build settings
3235
theme: jekyll-theme-hacker
3336
plugins:

0 commit comments

Comments
 (0)