Browse Source

fixed case sensitive link in nav menu to blog page

pull/33/head
D 6 months ago
parent
commit
fa90697f39
  1. 2
      blog/index.html
  2. 2
      index.html
  3. 2
      releases/sd/1.4.0/index.html

2
blog/index.html

@ -154,7 +154,7 @@
<a href="https://hush.is/privacy" class="component-button"
><small>Privacy</small></a
>
<a href="https://hush.is/Blog" class="component-button"
<a href="https://hush.is/blog" class="component-button"
><small>Blog</small></a
>
</nav>

2
index.html

@ -129,7 +129,7 @@
<a href="https://videos.hush.is" class="component-button"><small>Videos</small></a>
<a href="https://git.hush.is/hush/SilentDragonLite/releases" class="component-button"><small>Download HushChat</small></a>
<a href="https://hush.is/privacy" class="component-button"><small>Privacy</small></a>
<a href="https://hush.is/Blog" class="component-button"
<a href="https://hush.is/blog" class="component-button"
><small>Blog</small></a
>
</nav>

2
releases/sd/1.4.0/index.html

@ -154,7 +154,7 @@
<a href="https://hush.is/privacy" class="component-button"
><small>Privacy</small></a
>
<a href="https://hush.is/Blog" class="component-button"
<a href="https://hush.is/blog" class="component-button"
><small>Blog</small></a
>
</nav>

Loading…
Cancel
Save