Sorry I don’t understand how fixing the problem.
Two years ago I already created a template… called “olympia_template” in my case.
The hyperlinks were then hidden. Now they are back.
I copy below the html content of this template :
<div class=”row”>
<div class=”col-md-12″>
<div class=”card mb-3 p-3 hide_empty [hide_empty:featured_image]”>[featured_image]</div>
</div>
<div class=”col-md-5″>
<div class=”wpdm-button-area mb-3 p-3 card”>
[download_link]
</div>
<ul class=”list-group ml-0 mb-2″>
<li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:version]”>
[txt=Version]
<span class=”badge”>[version]</span>
<li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]”>
[txt=File Size]
<span class=”badge”>[file_size]</span>
<li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:update_date]”>
[txt=Last Updated]
<span class=”badge”>[update_date]</span>
</div>
</div>