Fix font preview link

This commit is contained in:
adrian5 2020-10-11 12:46:37 +02:00 committed by GitHub
parent 640f013240
commit 67548f955c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ page: font-downloads
{% if font.linkPreviewFont != false %} {% if font.linkPreviewFont != false %}
<h4 class="inlineblock bg-purple border-white text-white nerd-font-button"> <h4 class="inlineblock bg-purple border-white text-white nerd-font-button">
<i class="nf nf-oct-link_external"></i> <i class="nf nf-oct-link_external"></i>
<a href="https://app.programmingfonts.org/#{{ font.linkPreviewFont }}" target="_blank" alt="Full Preview of {{ font.patchedName }} on ProgrammingFonts.org" class="inlineblock">Preview <span>on ProgrammingFonts.org</span></a> <a href="https://www.programmingfonts.org/#{{ font.linkPreviewFont }}" target="_blank" alt="Full Preview of {{ font.patchedName }} on ProgrammingFonts.org" class="inlineblock">Preview <span>on ProgrammingFonts.org</span></a>
</h4> </h4>
{% endif %} {% endif %}
</div> </div>