Removed fallback image to prevent issue in Bootstrap3 template
This commit is contained in:
parent
d67a514409
commit
f46107d48d
3 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
|
||||
language: php
|
||||
php:
|
||||
- "7.2"
|
||||
- "7.1"
|
||||
- "7.0"
|
||||
- "5.6"
|
||||
- "5.5"
|
||||
- "5.4"
|
||||
- "5.3"
|
||||
env:
|
||||
- DOKUWIKI=master
|
||||
- DOKUWIKI=stable
|
||||
|
|
|
@ -177,7 +177,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin {
|
|||
} else {
|
||||
|
||||
// Fallback
|
||||
$json_ld['image'] = $json_ld['publisher']['logo'];
|
||||
//$json_ld['image'] = $json_ld['publisher']['logo'];
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
base semantic
|
||||
author Giuseppe Di Terlizzi
|
||||
email giuseppe.diterlizzi@gmail.com
|
||||
date 2018-01-17
|
||||
date 2018-01-19
|
||||
name Semantic Plugin
|
||||
desc Add Semantic Data in DokuWiki
|
||||
url http://www.dokuwiki.org/plugin:semantic
|
||||
|
|
Loading…
Reference in a new issue