Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
Because it was all borked.
  • Loading branch information
leelum authored Jul 27, 2023
1 parent 6f5b605 commit cb57d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo

<p>{{ site.description | default: site.github.project_tagline }}</p>

<p class="view"><a href= "/setup/setup.md">Installation Guides</a></p>
<p class="view"><a href= "/worksheets.md">Tutorials Worksheets</a></p>
<p class="view"><a href= "/FAQ.md">FAQ</a></p>
<p class="view"><a href= "/setup/setup">Installation Guides</a></p>
<p class="view"><a href= "/worksheets">Tutorials Worksheets</a></p>
<p class="view"><a href= "/FAQ">FAQ</a></p>
<p class="view"><a href="https://github.com/cactool/cactool">Visit the Github Page</a></p>

{% if site.show_downloads %}
Expand Down

0 comments on commit cb57d92

Please sign in to comment.