Skip to content

Commit

Permalink
docs: Add a GitHub link to the website (#242)
Browse files Browse the repository at this point in the history
This change also updates the 'Jason Morley' link.
  • Loading branch information
jbmorley authored Sep 27, 2024
1 parent d669064 commit 761982c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ GEM
webrick (1.7.0)

PLATFORMS
arm64-darwin-24
universal-darwin-23
x86_64-darwin-20
x86_64-darwin-22
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="footer">
<p class="copyright">
Copyright &copy; 2022-2024 <a href="https://jbmorley.co.uk" target="_blank">Jason Morley</a>
Copyright &copy; 2022-2024 <a href="https://jbmorley.co.uk/about" target="_blank">Jason Morley</a>
</p>
</div>
1 change: 1 addition & 0 deletions docs/_includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<li><a href="/">Symbolic</a></li>
<li><a href="/releases">Releases</a></li>
<li><a href="/privacy-policy">Privacy Policy</a></li>
<li><a href="https://github.com/inseven/symbolic" target="_blank">GitHub</a></li>
</ul>

0 comments on commit 761982c

Please sign in to comment.