Compare commits
No commits in common. "master" and "v1.0.4" have entirely different histories.
@ -20,7 +20,7 @@
|
|||||||
}})
|
}})
|
||||||
;
|
;
|
||||||
|
|
||||||
analytics = view.site.google_analytics_tracking_id &&
|
analytics = view.site.google_analytics_tracking_id &&
|
||||||
Mustache.render(view.desi.partials.google_analytics, { google_analytics: {
|
Mustache.render(view.desi.partials.google_analytics, { google_analytics: {
|
||||||
tracking_id: view.site.google_analytics_tracking_id
|
tracking_id: view.site.google_analytics_tracking_id
|
||||||
}})
|
}})
|
||||||
@ -39,7 +39,6 @@
|
|||||||
, content: view.contents
|
, content: view.contents
|
||||||
, page: {
|
, page: {
|
||||||
title: view.entity.yml.title || view.site.title // in rt
|
title: view.entity.yml.title || view.site.title // in rt
|
||||||
, filename: view.entity.name // in rt
|
|
||||||
, tagline: view.entity.yml.tagline // in rt
|
, tagline: view.entity.yml.tagline // in rt
|
||||||
, description: view.entity.yml.description // in rt
|
, description: view.entity.yml.description // in rt
|
||||||
, content: view.contents
|
, content: view.contents
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "desirae-datamap-ruhoh",
|
"name": "desirae-datamap-ruhoh",
|
||||||
"version": "1.0.6",
|
"version": "1.0.4",
|
||||||
"description": "A ruhoh datamap plugin for desirae",
|
"description": "A ruhoh datamap plugin for desirae",
|
||||||
"main": "datamapper-ruhoh.js",
|
"main": "datamapper-ruhoh.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -24,6 +24,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js",
|
"homepage": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mustache": "^2.3.2"
|
"mustache": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user