diff options
Diffstat (limited to 'static/website/templates/base.html')
-rw-r--r-- | static/website/templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html index dd81da9..f89417f 100644 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -53,7 +53,7 @@ {% block sidebar %} <h4>Recent Posts</h4> {% load sidebar_tags %} - {% recent_posts %} + {% recent_questions %} {% endblock %} </div> <!-- /#sidebar --> </div> <!-- /#content-inner --> @@ -70,5 +70,6 @@ <script src="{% static 'website/js/jquery.min.js' %}"></script> <script src="{% static 'website/js/bootstrap.min.js' %}"></script> + <script src="{% static 'website/js/custom.js' %}"></script> </body> </html> |