]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Merge pull request #79 from freenode/faq-stubs
authorEd Kellett <redacted>
Sun, 28 Feb 2016 01:10:19 +0000 (01:10 +0000)
committerEd Kellett <redacted>
Sun, 28 Feb 2016 01:10:19 +0000 (01:10 +0000)
fix FAQ links

config/faq.yml
templates/index.html

index 24cf03afc2962478c5db9ac0ef36d5e516b6d324..6ad849b70b59360b93b52cd69b7350309852a2f8 100644 (file)
@@ -11,3 +11,6 @@ chat:
     - name: faq/connect/chat
       caption: Chat
       icon: comment
+tech:
+  title: 'Technical FAQ'
+  cats: []
index ed2ac0d6bc54a9ff9232785493f0505fbfcf7e1a..b54272ffb06b98f6819b6932909414ef879147db 100644 (file)
@@ -5,7 +5,7 @@
 <div class="jumbotron">
     <h2 class="child">Welcome to freenode&thinsp;—&thinsp;supporting free and open source communities since 1998</h2>
     <div class="box-container">
-        <a class="box" href="#">
+        <a class="box" href="{{ url_for("faq/index/chat") }}">
             <i class="fa fa-comment fa-4x"></i>
             <div>Chat</div>
         </a>
@@ -13,9 +13,9 @@
             <i class="fa fa-users fa-4x"></i>
             <div>Register a group</div>
         </a>
-        <a class="box" href="#">
+        <a class="box" href="{{ url_for("faq/index/tech") }}">
             <i class="fa fa-question fa-4x"></i>
-            <div href="#">FAQ</div>
+            <div>FAQ</div>
         </a>
     </div>
 </div>