diff options
| author | alicewish <anywaywillgo@gmail.com> | 2017-12-20 21:33:05 +0800 | 
|---|---|---|
| committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-12-20 21:33:05 +0800 | 
| commit | 5ec874d64e1fe31278acde1b1444b26620a0fbc8 (patch) | |
| tree | bda6321c4d3e9b94113ac829bfbe536abbe18762 /exampleSite/data | |
| parent | 1bb6eea8a84cbf67a7396abb63223f6a719aad60 (diff) | |
feat: add LiveRe and busuanzi (#17)
* LiveRe: commenting system
* busuanzi: count web traffic
Diffstat (limited to 'exampleSite/data')
| -rw-r--r-- | exampleSite/data/even/default.toml | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/exampleSite/data/even/default.toml b/exampleSite/data/even/default.toml index 742649e..09cb578 100644 --- a/exampleSite/data/even/default.toml +++ b/exampleSite/data/even/default.toml @@ -40,3 +40,8 @@ categories = "Categories"    [counter.categories]      zero =  "No Categories"      other = "%d Categories In Total" + +[traffic] +  siteUV = "site uv: %s" +  sitePV = "site pv: %s" +  pagePV = "%s times read" | 
