Skip to content

Commit 5a1d1e7

Browse files
committed
Correct site url
1 parent 8a6477e commit 5a1d1e7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

_includes/menu.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<div id="menu">
22
<a href="{{ site.url }}">Home</a> |
3-
<a href="/about/">About</a> |
4-
<a href="/contact/">Contact</a> |
5-
<a href="/doc/extracting/">Extracting keys</a> |
6-
<a href="/doc/submitting/">Submitting keys</a> |
7-
<a href="/doc/faq/">FAQ</a> |
8-
<a href="/guides/">How-To</a> |
3+
<a href="{{ site.url }}/about/">About</a> |
4+
<a href="{{ site.url }}/contact/">Contact</a> |
5+
<a href="{{ site.url }}/doc/extracting/">Extracting keys</a> |
6+
<a href="{{ site.url }}/doc/submitting/">Submitting keys</a> |
7+
<a href="{{ site.url }}/doc/faq/">FAQ</a> |
8+
<a href="{{ site.url }}/guides/">How-To</a> |
99
{% for post in site.posts limit: 1 %}
10-
<a href="/news/">News</a> |
10+
<a href="{{ site.url }}/news/">News</a> |
1111
{% endfor %}
12-
<a href="/dump/" target="_blank">DB Dumps</a> |
13-
<a href="/status/">Statistics</a>
12+
<a href="{{ site.url }}/dump/" target="_blank">DB Dumps</a> |
13+
<a href="{{ site.url }}/status/">Statistics</a>
1414
</div>
1515
{% if page.url contains 'guides' %}
16-
<div id="menu-sub/">
16+
<div id="menu-sub">
1717
<strong>Guides:</strong>
18-
<a href="/guides/">Index</a> |
19-
<a href="/guides/public-key-association/">Public Key Association</a> |
20-
<a href="/guides/dump-process/">Keyserver Dump Process</a> |
21-
<a href="/guides/building-server/">Building a SKS Keyserver</a> |
22-
<a href="/guides/build-gnupg2/">Build GnuPG 2.1.2</a>
18+
<a href="{{ site.url }}/guides/">Index</a> |
19+
<a href="{{ site.url }}/guides/public-key-association/">Public Key Association</a> |
20+
<a href="{{ site.url }}/guides/dump-process/">Keyserver Dump Process</a> |
21+
<a href="{{ site.url }}/guides/building-server/">Building a SKS Keyserver</a> |
22+
<a href="{{ site.url }}/guides/build-gnupg2/">Build GnuPG 2.1.2</a>
2323
</div>
2424
{% endif %}

0 commit comments

Comments
 (0)