Skip to content

Commit c7760c3

Browse files
committed
Add link to GitHub repo.
1 parent 303b2c9 commit c7760c3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: Hacker101
22
description: Hacker101 is a free class for web security. Whether you're a programmer with an interest in bug bounties or a seasoned security professional, Hacker101 has something to teach you.
33
google_analytics: UA-49905813-8
4-
baseurl: '/'
54
markdown: kramdown

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>{{ page.title }}</h1>
2323
{{ content }}
2424

2525
<br>
26-
<a href="/" class="home">return home</a>
26+
<a href="/" class="home">return home</a> | <a href="https://github.com/Hacker0x01/hacker101/issues/new" class="edit">suggest changes</a>
2727
<footer>
2828
<p><a href="https://www.hackerone.com/start-hacking" class="powered-by">Powered by HackerOne</a></p>
2929
</footer>

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ figure img {
226226
padding: 10px 15px;
227227
background: rgba(0, 0, 0, 0.7);
228228
}
229-
.home {
229+
.home, .edit {
230230
font-family: monospace;
231231
text-decoration: none;
232232
font-size: 15px;

0 commit comments

Comments
 (0)