From 86ee37209c3b61f7a7cf96670d8a3a754b5d521f Mon Sep 17 00:00:00 2001 From: coolcodecrypto <freshprince@tuta.io> Date: Mon, 8 Aug 2016 03:46:40 +0000 Subject: [PATCH] Update header.html added stack exchange to community menu --- _includes/header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index 1ae12d0e..c043c9b1 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -55,6 +55,7 @@ <li><a href="https://forum.getmonero.org">{% t menu.forum %}</a></li> <li><a href="https://www.reddit.com/r/monero/">{% t menu.reddit %}</a></li> <li><a href="https://bitcointalk.org/index.php?topic=583449.0">{% t menu.bitcointalk %}</a></li> + <li><a href="https://monero.stackexchange.com">{% t menu.stackexchange %}</a></li> <li class="divider"></li> <li class="dropdown-header">{% t menu.irc %}</li> <li><a href="irc://chat.freenode.net/#monero">{% t menu.irc-general %}</a></li> @@ -67,4 +68,4 @@ </ul> </div> </div> -</div> \ No newline at end of file +</div> -- GitLab