Browse Source

theme: Update rss and twitter links

Sebastien Badia 9 years ago
parent
commit
4e77da3861
1 changed files with 2 additions and 2 deletions
  1. 2 2
      theme/templates/base.html

+ 2 - 2
theme/templates/base.html

@@ -40,8 +40,8 @@
             {% endfor %}
             {% endif %}
             <li><a href="#" class="icon" id="search"></a></li>
-            <li><a href="#" class="icon" id="twitter"></a></li>
-            <li><a href="#" class="icon" id="rss"></a></li>
+            <li><a href="https://twitter.com/{{ TWITTER_USERNAME }}" class="icon" id="twitter"></a></li>
+            <li><a href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" class="icon" id="rss"></a></li>
           </ul>
         </nav>
       </div>