Skip to content

Commit

Permalink
added content and routing
Browse files Browse the repository at this point in the history
jpoirierlavoie committed Feb 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7178cec commit 8b7976e
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dispatch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dispatch:
# Route to blog
- url: "jpoirierlavoie.ca/*"
service: default
# Route to game
- url: "diplomacy.jpoirierlavoie.ca/*"
service: diplomacy
Binary file added static/diplomacy_rules.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/page.html
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#">Campaign</a></li>
<li class="nav-item"><a class="nav-link" href="#!">Rules</a></li>
<li class="nav-item"><a class="nav-link" href="static/diplomacy_rules.pdf">Rules</a></li>
</ul>
</div>
</div>

0 comments on commit 8b7976e

Please sign in to comment.