Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f643f4

Browse files
committedDec 7, 2023
added new default layout
1 parent 86fba58 commit 0f643f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
1616
{% if site.github.is_project_page %}
1717
<a href="{{ site.github.repository_url }}" class="btn" target="_blank">View on GitHub</a>
1818
<a href="https://github.com/DeMaCS-UNICAL/I-DLV/releases" class="btn" target="_blank">Releases</a>
19-
<a href="https://github.com/DeMaCS-UNICAL/I-DLV/releases/tag/1.1.7-beta" class="btn" target="_blank">Beta Release (Rational)</a>
19+
<a href="https://github.com/DeMaCS-UNICAL/I-DLV/releases/tag/1.1.7-beta" class="btn" target="_blank">Latest Release with Rational Terms</a>
2020
{% endif %}
2121
</section>
2222

0 commit comments

Comments
 (0)
Please sign in to comment.