Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2018-09-16 00:08:55 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2018-09-16 00:08:55 +0300
commit256269a5e490890f01ac684976ef0acf3d55bf97 (patch)
treea138f437b0457340b4ad2ee1ea3f5619fb1da0e9 /exampleSite
parent0fe2244151e1c07418c77b00a39831abf0538084 (diff)
add default header thumbnail
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/images.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/images.md b/exampleSite/content/images.md
index 26d118d..bfa9637 100644
--- a/exampleSite/content/images.md
+++ b/exampleSite/content/images.md
@@ -87,7 +87,7 @@ credit: "https://unsplash.com/photos/QRkew0KwXSM"
```
If there's no thumbnail, Story falls back to the full-size image.
-If there's no article-specific image, Story uses its default, `/img/default-header-img.jpg`.
+If there's no article-specific image, Story uses its default, `/img/default-header-img.jpg`, or the thumbnail equivalent, `/img/default-header-img.tn-500x500.jpg`.
This page doesn't supply its own header image, so Story is using the default.
You can supply your own default header image by simply putting an image with the same name in your *site's* `/static/img` directory.