aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/menu.html7
-rw-r--r--certificates.html2
3 files changed, 7 insertions, 4 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index a89d920..dc6195a 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,7 +2,7 @@
<div class="container offsetanchor" style="padding:30px 0 20px 0;" id="features">
<div id="footer"><!-- Starting Footer Section -->
<div class="pull-left">
- <p><a href="https://status.im.mattrude.com/{{ site.xmpp-url }}">Status</a></p>
+ <p><a href="https://status.im.mattrude.com/{{ site.xmpp-url }}">Status</a> | <a href="{{ site.url }}/certificates/">Certificates</a></p>
</div>
<div class="pull-right">
<p>&copy; {{ site.time | date: "%Y" }} by <a href="https://mattrude.com">{{ site.owner_name }}</a></p>
diff --git a/_includes/menu.html b/_includes/menu.html
index 8ec30df..d563570 100644
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -5,7 +5,7 @@
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex">{% if page.url == "/" %}
- <li class="nav-item"><a class="nav-link" href="#home">Home</a></li>{% if site.register-web == 2 %}
+ <li class="nav-item"><a class="nav-link" href="#home">Home</a></li>{% if site.register-web %}
<li class="nav-item"><a class="nav-link" href="#register">Register</a></li>{% endif %}
<li class="nav-item"><a class="nav-link" href="#server-features">Server Features</a></li>
<nav class="nav nav-pills flex-column" style="display:none;">
@@ -16,7 +16,10 @@
</nav>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
</ul>{% endif %}
- {% if site.register-web >= 1 %}
+ {% if site.register-web == 2 and page.url != "/" %}
+ <a href="/register" class="btn btn-success">Register</a>
+ {% endif %}
+ {% if site.register-web == 1 %}
<a href="/register" class="btn btn-success">Register</a>
{% endif %}
</div>
diff --git a/certificates.html b/certificates.html
index 7beddb8..fb9e71a 100644
--- a/certificates.html
+++ b/certificates.html
@@ -13,7 +13,7 @@ permalink: /certificates/
<hr class="my-4">
-<p style="max-width:800px;text-align:center;margin:0 auto;">One of the benefits of communicating via XMPP is the level of security involved. This server uses <a href="">DNSEC</a> and TLS <a href="">Certificate Pinning</a>, to secure its users identity and privacy from outside observers.</p>
+<p style="max-width:800px;text-align:center;margin:0 auto;">One of the benefits of communicating via XMPP is the level of security involved. This server uses <a href="">DNSSEC</a> and TLS <a href="">Certificate Pinning</a>, to secure its users identity and privacy from outside observers.</p>
<p style="max-width:800px;text-align:center;margin:0 auto;">As an added layer of security, a user can validate the servers they are connecting to, below is the current fingerprints for each domain name.</p>