diff options
| author | Dougal Matthews | 2014-10-29 22:29:11 +0000 | 
|---|---|---|
| committer | Dougal Matthews | 2014-11-25 12:43:42 +0000 | 
| commit | b443f81481815423d0f953ca41052b4993dfb12f (patch) | |
| tree | 66eade0ee040116468bbc635dab63c5f9fc1b347 /docs | |
| parent | 6da9d5aee09aecbfb7afdacdd2e445e7c30c5999 (diff) | |
| download | django-rest-framework-b443f81481815423d0f953ca41052b4993dfb12f.tar.bz2 | |
Add meta description
Diffstat (limited to 'docs')
| -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 d8ff0e07..5187d581 100644 --- a/docs/theme/base.html +++ b/docs/theme/base.html @@ -6,7 +6,7 @@      <link href="{{ base_url }}/img/favicon.ico" rel="icon" type="image/x-icon">      <link rel="canonical" href="{{ canonical_url }}"/>      <meta name="viewport" content="width=device-width, initial-scale=1.0"> -    <meta name="description" content="{{ description }}"> +    <meta name="description" content="Django, API, REST, {{ current_page.title }}">      <meta name="author" content="Tom Christie">      <!-- Le styles -->  | 
