Skip to content

Commit 1f59572

Browse files
committed
Quickfix to add docs to header. Link will change in the future
1 parent 5959842 commit 1f59572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h1>Devcade</h1>
5555
<div id="nav" class="dropped hidden">
5656
<div class="item"><a href="/">Home</a></div>
5757
<div class="item"><a href="/catalog">Games</a></div>
58+
<div class="item"><a href="https://computersciencehouse.github.io/devcade-website/">Docs</a></div>
5859
{% if current_user.is_authenticated %}
5960
<div class="item"><a href="/upload">Upload</a></div>
6061
<div class="item" id="account">

0 commit comments

Comments
 (0)