Compare commits
No commits in common. "23d867c36bb21585c72d6f814e811474ecc8ccc9" and "f5c34ce5327add3da98e150caaa17f29d4eb5bae" have entirely different histories.
23d867c36b
...
f5c34ce532
@ -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: {
|
||||
tracking_id: view.site.google_analytics_tracking_id
|
||||
}})
|
||||
@ -39,7 +39,6 @@
|
||||
, content: view.contents
|
||||
, page: {
|
||||
title: view.entity.yml.title || view.site.title // in rt
|
||||
, filename: view.entity.name // in rt
|
||||
, tagline: view.entity.yml.tagline // in rt
|
||||
, description: view.entity.yml.description // in rt
|
||||
, content: view.contents
|
||||
|
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "desirae-datamap-ruhoh",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.3",
|
||||
"description": "A ruhoh datamap plugin for desirae",
|
||||
"main": "datamapper-ruhoh.js",
|
||||
"scripts": {
|
||||
@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js.git"
|
||||
"url": "https://github.com/DearDesi/datamap-ruhoh.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ruhoh",
|
||||
@ -18,11 +18,11 @@
|
||||
"datamap"
|
||||
],
|
||||
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
|
||||
"license": "(MIT OR ISC OR Apache-2.0)",
|
||||
"license": "Apache2",
|
||||
"bugs": {
|
||||
"url": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js/issues"
|
||||
"url": "https://github.com/DearDesi/datamap-ruhoh/issues"
|
||||
},
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js",
|
||||
"homepage": "https://github.com/DearDesi/datamap-ruhoh",
|
||||
"dependencies": {
|
||||
"mustache": "^1.0.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user