Skip to content

Commit

Permalink
edit _layouts/docs.html to set up diffferet topic
Browse files Browse the repository at this point in the history
  • Loading branch information
timohyva committed May 5, 2024
1 parent cdfdd75 commit a446baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="col-md-6">
<h2 class="fs-3 fw-bold">{{ topic.topic }}</h2>
{% if topic.topic == "Installation Instructions" %}
<a class="fw-4" href="{{ site.github.url }}/install">Get repositories, source tree and compile-link VerHem</a>
<a class="fw-3" href="{{ site.github.url }}/install">Get repositories, source tree and compile-link different parts of utils of VerHem</a>
{% endif %}
</div>
<div class="col-md-6">
Expand Down

0 comments on commit a446baa

Please sign in to comment.