-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from SADiLaR/html-fixes
HTML fixes
- Loading branch information
Showing
5 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ <h2 class="fs-4">{% trans "Contact details for more information" %}</h2> | |
South Africa | ||
{% endblocktrans %} | ||
</p> | ||
<p>+27 18 285 2750</p> | ||
<p><a href="tel:+27182852750">+27 (0)18 285-2750</a></p> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ | |
<head> | ||
<title>{% block title %}{% trans "SADiLaR" %}{% endblock %}</title> | ||
<meta name="description" content="{% block description %}{% trans 'Terminology and other language resources' %}{% endblock %}"> | ||
<meta name="keywords" content="{% block keywords %}{% trans 'language, terminology' %}{% endblock %}"/> | ||
<meta name="keywords" content="{% block keywords %}{% trans 'language, terminology' %}{% endblock %}"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" integrity="sha256-9kPW/n5nn53j4WMRYAxe9c1rCY96Oogo/MKSVdKzPmI=" crossorigin="anonymous"> | ||
<link rel="icon" href="{% static 'img/favicon.png' %}" sizes="32x32" /> | ||
<link rel="icon" href="{% static 'img/favicon.png' %}" sizes="32x32"> | ||
{# htmx JS at the end of body seems to create problems when navigating through browser history #} | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/htmx.min.js" integrity="sha256-4XRtl1nsDUPFwoRFIzOjELtf1yheusSy3Jv0TXK1qIc=" crossorigin="anonymous"></script> | ||
<meta name="htmx-config" content='{% include "app/htmx-config.json" %}'> | ||
|