diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2014-12-25 20:53:37 -0500 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2014-12-25 20:53:37 -0500 |
commit | f9c93d23bc5cd50d0063dbeed105c4be9c674eac (patch) | |
tree | 89d1f2e637464d664579da75119360b365f853a0 /config | |
parent | ea4160b23ff154000b79b554c40565875c59a216 (diff) | |
download | Nim-f9c93d23bc5cd50d0063dbeed105c4be9c674eac.tar.gz |
Mostly get analytics working for docs
Diffstat (limited to 'config')
-rw-r--r-- | config/nimdoc.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index 3abae7388..3375460cc 100644 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -86,6 +86,7 @@ $moduledesc $content """ +# * $analytics: Google analytics location, includes <script> tags doc.file = """<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> @@ -1243,6 +1244,7 @@ dt pre > span.Operator ~ span.Identifier, dt pre > span.Operator ~ span.Operator </div> </div> </div> +$analytics </body> </html> """ |