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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hutchinson <hutch7995@gmail.com>2021-02-04 05:12:09 +0300
committerJoe Hutchinson <hutch7995@gmail.com>2021-02-04 05:12:09 +0300
commitca0214e3eae65129311b7dedeaa81a448782a08b (patch)
treee65bc38cc618b2bd19a3cae64fb208546000a651
parentbaddc0cc0e9a2d7c749cf4ceacb23ee8ff956ae9 (diff)
Add documentation for image attribution
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b3a3a1..0b9beb8 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,9 @@ resources:
src: "Filename of the post's featured image, used as the card image and the image at the top of the article"
params:
description: "Description for the featured image, used as the alt text"
+ attribution:
+ name: "Name of person to attribute image to"
+ link: "optional URL to persons site"
---
```