added google analytics and next previous in category include
This commit is contained in:
parent
6636839e37
commit
3efde330dc
22 changed files with 151 additions and 63 deletions
23
_config.yml
23
_config.yml
|
|
@ -110,7 +110,7 @@ defaults:
|
|||
google_author: "https://plus.google.com/u/0/118311555303973066167"
|
||||
google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ"
|
||||
bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F"
|
||||
# alexa_verify_id: ""
|
||||
alexa_verify_id: "m1VxsMv1gIN-up4Sw0PGQIvyCRw"
|
||||
|
||||
|
||||
|
||||
|
|
@ -162,6 +162,8 @@ og_description: "Feeling Responsive is built on the fabulous
|
|||
# / /_/ / (__ ) /_/ / /_/ (__ )
|
||||
# /_____/_/____/\__, /\__,_/____/
|
||||
# /_/
|
||||
#
|
||||
# used in _includes/comments.html
|
||||
|
||||
disqus_shortname: feelingresponsive
|
||||
|
||||
|
|
@ -169,10 +171,23 @@ disqus_shortname: feelingresponsive
|
|||
# _____
|
||||
# / ___/____ ___________
|
||||
# \__ \/ __ `/ ___/ ___/
|
||||
# ___/ / /_/ (__ |__ )
|
||||
# /____/\__,_/____/____/
|
||||
# ___/ / /_/ (__ |__ ) More › http://sass-lang.com/
|
||||
# /____/\__,_/____/____/ More › http://jekyllrb.com/docs/assets/#sassscss
|
||||
#
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
style: :compressed
|
||||
style: :compressed
|
||||
|
||||
|
||||
# ___ __ __ _
|
||||
# / | ____ ____ _/ /_ __/ /_(_)_________
|
||||
# / /| | / __ \/ __ `/ / / / / __/ / ___/ ___/
|
||||
# / ___ |/ / / / /_/ / / /_/ / /_/ / /__(__ )
|
||||
# /_/ |_/_/ /_/\__,_/_/\__, /\__/_/\___/____/ https://www.google.com/analytics/
|
||||
# /____/
|
||||
#
|
||||
# used in _includes/footer_scripts.html
|
||||
|
||||
google_analytics_tracking_id: UA-60112281-1
|
||||
|
||||
|
|
|
|||
Reference in a new issue