Skip to content

Commit 04153a0

Browse files
author
delphidabbler
committed
Append ellipsis to some links
1 parent 2e317e9 commit 04153a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>
2222
<p>{{ article.summary | escape }}</p>
2323
</div>
2424
<footer class="panel-footer text-right">
25-
<a href="{{ article.more-info }}" class="btn btn-default">Read the article</a>
25+
<a href="{{ article.more-info }}" class="btn btn-default">Read the article&hellip;</a>
2626
</footer>
2727
</div>
2828
</div>

codelib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h3>{{ item.title | escape }}</h3>
2525
{% if item.mothballed %}<p class="text-warning"><strong>Note:</strong> this item is mothballed. It is being neither developed nor supported.</p>{% endif %}
2626
</div>
2727
<div class="panel-footer text-right">
28-
<a href="{{ item.more-info }}" class="btn btn-default">More info</a>
28+
<a href="{{ item.more-info }}" class="btn btn-default">More info&hellip;</a>
2929
</div>
3030
</div>
3131
</div>

programs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>{{ program.title | escape }}</h3>
2424
{% if program.mothballed %}<p class="text-warning"><strong>Note:</strong> this program is mothballed. It is being neither developed nor supported.</p>{% endif %}
2525
</div>
2626
<div class="panel-footer text-right">
27-
<a href="{{ program.more-info }}" class="btn btn-default">More info</a>
27+
<a href="{{ program.more-info }}" class="btn btn-default">More info&hellip;</a>
2828
</div>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)