Compare commits

..

3 Commits

Author SHA1 Message Date
23d867c36b v1.0.5: merge estranged v1.0.4 2018-11-07 10:37:38 -07:00
7a02a7fe49 v1.0.5: merge estranged v1.0.4 2018-11-07 10:34:59 -07:00
dd9d9732e8 v1.0.4: update links and license 2018-11-07 10:32:45 -07:00
2 changed files with 7 additions and 6 deletions

View File

@ -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,6 +39,7 @@
, 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

View File

@ -1,6 +1,6 @@
{ {
"name": "desirae-datamap-ruhoh", "name": "desirae-datamap-ruhoh",
"version": "1.0.3", "version": "1.0.5",
"description": "A ruhoh datamap plugin for desirae", "description": "A ruhoh datamap plugin for desirae",
"main": "datamapper-ruhoh.js", "main": "datamapper-ruhoh.js",
"scripts": { "scripts": {
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DearDesi/datamap-ruhoh.git" "url": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js.git"
}, },
"keywords": [ "keywords": [
"ruhoh", "ruhoh",
@ -18,11 +18,11 @@
"datamap" "datamap"
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"license": "Apache2", "license": "(MIT OR ISC OR Apache-2.0)",
"bugs": { "bugs": {
"url": "https://github.com/DearDesi/datamap-ruhoh/issues" "url": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js/issues"
}, },
"homepage": "https://github.com/DearDesi/datamap-ruhoh", "homepage": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js",
"dependencies": { "dependencies": {
"mustache": "^1.0.0" "mustache": "^1.0.0"
} }