diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-02-01 16:51:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-01 16:51:49 +0300 |
| commit | 927196f0bc33fd4300c09482e2eedc1752cc3699 (patch) | |
| tree | 2b0950f62ff7327ea988f8a3a4dd9cfc65c44d34 /data | |
| parent | 5280904b8f50750e6e0589f2f8da53442be33c3a (diff) | |
resolves #180 stop adding default front cover image (PR #284)
Diffstat (limited to 'data')
| -rw-r--r-- | data/samples/images/default-cover-large.png (renamed from data/images/default-cover-large.png) | bin | 389355 -> 389355 bytes | |||
| -rw-r--r-- | data/samples/images/default-cover.png (renamed from data/images/default-cover.png) | bin | 65229 -> 65229 bytes | |||
| -rw-r--r-- | data/samples/sample-book.adoc | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/data/images/default-cover-large.png b/data/samples/images/default-cover-large.png Binary files differindex 899cf6d..899cf6d 100644 --- a/data/images/default-cover-large.png +++ b/data/samples/images/default-cover-large.png diff --git a/data/images/default-cover.png b/data/samples/images/default-cover.png Binary files differindex 2d1d276..2d1d276 100644 --- a/data/images/default-cover.png +++ b/data/samples/images/default-cover.png diff --git a/data/samples/sample-book.adoc b/data/samples/sample-book.adoc index 92d5c70..4b19c6f 100644 --- a/data/samples/sample-book.adoc +++ b/data/samples/sample-book.adoc @@ -10,7 +10,7 @@ v1.0, 2014-04-15 :idprefix: :idseparator: - :imagesdir: images -//:front-cover-image: image:front-cover.jpg[Front Cover,1050,1600] +:front-cover-image: images/default-cover.png ifeval::["{scripts}" == "multilingual"] include::i18n.adoc[] |
