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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-04-08 00:42:44 +0300
committerIvan Boothe <git@rootwork.org>2022-04-08 00:42:44 +0300
commitb0d3bd1663865b6b76c450ada0e6feed01650260 (patch)
treead83364ce6f21304b795869b0b00b2e25ff0f6ce
parent3bd1958077f2271ef2797ad8ae6f3c8ad5cc09a0 (diff)
correcting image links in posts
Signed-off-by: Ivan Boothe <git@rootwork.org>
-rw-r--r--exampleSite/content/post/markdown-syntax.md4
-rw-r--r--exampleSite/content/post/markdown-syntax.pt.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md
index 0be10f9..9ad37cf 100644
--- a/exampleSite/content/post/markdown-syntax.md
+++ b/exampleSite/content/post/markdown-syntax.md
@@ -46,13 +46,13 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
The following image is located within the Hugo site. Because it has alt text but no title text, the caption is generated by the alt text.
-![Jane Doe](images/jane-doe.png)
+![Jane Doe](/images/jane-doe.png)
### Remote image, specified caption
The following image is loaded from a remote URL. The alt text is the same (for screen readers and in cases when the image doesn't load) but because a separate title is provided, the title is used for the caption:
-![Jane Doe](https://raw.githubusercontent.com/chipzoller/hugo-clarity/master/static/images/jane-doe.png "This is Jane Doe")
+![Jane Doe](https://raw.githubusercontent.com/chipzoller/hugo-clarity/master/exampleSite/static/images/jane-doe.png "This is Jane Doe")
## Blockquotes
diff --git a/exampleSite/content/post/markdown-syntax.pt.md b/exampleSite/content/post/markdown-syntax.pt.md
index 0a72fd1..1c480ae 100644
--- a/exampleSite/content/post/markdown-syntax.pt.md
+++ b/exampleSite/content/post/markdown-syntax.pt.md
@@ -51,13 +51,13 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
The following image is located within the Hugo site. Because it has alt text but no title text, the caption is generated by the alt text.
-![Jane Doe](images/jane-doe.png)
+![Jane Doe](/images/jane-doe.png)
### Remote image, specified caption
The following image is loaded from a remote URL. The alt text is the same (for screen readers and in cases when the image doesn't load) but because a separate title is provided, the title is used for the caption:
-![Jane Doe](https://raw.githubusercontent.com/chipzoller/hugo-clarity/master/static/images/jane-doe.png "This is Jane Doe")
+![Jane Doe](https://raw.githubusercontent.com/chipzoller/hugo-clarity/master/exampleSite/static/images/jane-doe.png "This is Jane Doe")
## Blockquotes