From 231fd7c5ccc58405ea838ffb6ce005f8bacb9def Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Mon, 9 Jun 2025 23:12:55 +0200 Subject: Fix error when running site with latest Hugo version 0.147.8 --- exampleSite/content/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/content/documentation/index.md') 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: -- cgit v1.2.3