Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2 class="is-paddingless level-left">
<article class="card entry-post vertical project-index">
<div class="card-content">
<h4 class="card-title b-header"><a href="{{ repo.url }}">{{ repo.english_name }}</a></h4>
<a class="button is-text tiny site-link" href="{{ repo.website }}">
<a class="button is-text tiny site-link" href="{{ repo.website or repo.url }}">
<span>Visit site</span>
<i class="icon external-link"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion themes/vocabulary_theme/templates/project_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 class="is-paddingless level-left">
<article class="card entry-post vertical project-index">
<div class="card-content">
<h4 class="card-title b-header"><a href="{{ repo.url }}">{{ repo.english_name }}</a></h4>
<a class="button is-text tiny site-link" href="{{ repo.website }}">
<a class="button is-text tiny site-link" href="{{ repo.website or repo.url }}">
<span>Visit site</span>
<i class="icon external-link"></i>
</a>
Expand Down