summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 13:16:42 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 13:16:42 +0200
commit33a5751258ffda79f65ff341c5265728977cc05a (patch)
tree1951eff6452505931b5f38f734167afac96ac04b
parent0e934bbaec1ba4f68d71280179b4f1a68742989a (diff)
downloadgohugo-theme-ed-33a5751258ffda79f65ff341c5265728977cc05a.tar.gz
Content organization using Page Bundles
-rw-r--r--exampleSite/content/documentation/index.md2
-rw-r--r--exampleSite/content/documentation/screenshot-home.pngbin0 -> 236930 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md
index f7d0e4b..f956b63 100644
--- a/exampleSite/content/documentation/index.md
+++ b/exampleSite/content/documentation/index.md
@@ -57,7 +57,7 @@ $ hugo server
Copy the url from your terminal log and paste it into your browser of choice. This url usually looks something like this `http://localhost:1313`. At this point you should be looking at your very own working version of Ed:
-![Your very own Ed](/img/screenshot-home.png)
+![Your very own Ed](screenshot-home.png)
---
diff --git a/exampleSite/content/documentation/screenshot-home.png b/exampleSite/content/documentation/screenshot-home.png
new file mode 100644
index 0000000..c1c1057
--- /dev/null
+++ b/exampleSite/content/documentation/screenshot-home.png
Binary files differ