Skip to content

Commit

Permalink
Added example navbar link
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvenosdel committed Dec 10, 2016
1 parent 12bfe61 commit c7f0f38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/install-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ To use the pages provided by andablog add something like this to your site's URL

(r'^blog/', include('andablog.urls', namespace='andablog')),

Then override andablog's base template to inherit from your site's base.html.
Then modify your site's navbar to link to the blog listing. E.g.

<li><a href="{% url 'andablog:entrylist' %}">Blog</a></li>

Finally, override andablog's base template to inherit from your site's base.html.

andablog/base.html

Expand Down

0 comments on commit c7f0f38

Please sign in to comment.