diff options
| author | JoseĢ Padilla | 2014-10-31 09:04:39 -0400 |
|---|---|---|
| committer | Dougal Matthews | 2014-11-25 12:44:11 +0000 |
| commit | 16d442dda3ee9d4ff40d067d76706959aac4c6a3 (patch) | |
| tree | 2f180dd2ba39e9bed2dea0bbadc85815a043b471 /docs_theme/base.html | |
| parent | cbb6799d2dc2d87e58e67e1044075319262a674b (diff) | |
| download | django-rest-framework-16d442dda3ee9d4ff40d067d76706959aac4c6a3.tar.bz2 | |
Use MkDocs meta.source to render source code links
Diffstat (limited to 'docs_theme/base.html')
| -rw-r--r-- | docs_theme/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs_theme/base.html b/docs_theme/base.html index 4ca6cd81..07582392 100644 --- a/docs_theme/base.html +++ b/docs_theme/base.html @@ -118,7 +118,7 @@ a.fusion-poweredby { </div> <div id="main-content" class="span9"> - {{ content }} + {% include "content.html" %} </div><!--/span--> </div><!--/row--> </div><!--/.fluid-container--> |
