summaryrefslogtreecommitdiffstats
path: root/exampleSite/content/documentation/index.md
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2025-06-09 23:12:55 +0200
committerSerghei Iakovlev <git@serghei.pl>2025-06-11 16:46:51 +0200
commit231fd7c5ccc58405ea838ffb6ce005f8bacb9def (patch)
tree3d22539d29454886e9e0869c2606fae5be44526c /exampleSite/content/documentation/index.md
parentada52b10bb34281546b3aa67e179aaebdf9b3a86 (diff)
downloadgohugo-theme-ed-231fd7c5ccc58405ea838ffb6ce005f8bacb9def.tar.gz
Fix error when running site with latest Hugo version 0.147.8
Diffstat (limited to 'exampleSite/content/documentation/index.md')
-rw-r--r--exampleSite/content/documentation/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md
index e5a2fc2..2f89f04 100644
--- a/exampleSite/content/documentation/index.md
+++ b/exampleSite/content/documentation/index.md
@@ -423,7 +423,7 @@ To override this list, create file `mini-toc.html` inside `layouts/partials` fol
As you can see, the templating tags `{{ }}` are embedded into the HTML. These tags often use programmatic logic, as is the case here. However, another use of these tags is pull data from your project. In the example above it pulls the `Title` from each allowed post type.
-As you may have noticed already, we are basically adapting the blogging features of Hugo to our own ends, what Cuban designer and theorist Ernesto Oroza would call "{{< link src="https://www.ernestooroza.com/" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}technological dissobedience{{< /link >}}".
+As you may have noticed already, we are basically adapting the blogging features of Hugo to our own ends, what Cuban designer and theorist Ernesto Oroza would call "{{< link src="https://www.ernestooroza.com/" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}technological disobedience{{< /link >}}".
The second kind of table of content is exemplified in this documentation. If you open the source file for the documentation, you will notice at the top this snippet: