Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 71a31a4

Browse files
committed
bug fix
1 parent 5d68507 commit 71a31a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

catsup/templates/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"static": "deploy/static",
1313
"static_prefix": "/static/",
1414
"feed": "/feed.xml",
15-
"per_page": 20,
15+
"per_page": 3,
1616
"analytics": "",
1717
"excerpt_index": false
1818
},

catsup/templates/utils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<script type="text/javascript">
3333

3434
var _gaq = _gaq || [];
35-
_gaq.push(['_setAccount', '{{ theme.analytics }}']);
35+
_gaq.push(['_setAccount', '{{ config.analytics }}']);
3636
_gaq.push(['_trackPageview']);
3737

3838
(function() {

0 commit comments

Comments
 (0)