summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authorSadeep Madurange <16175248+smadurange@users.noreply.github.com>2025-10-22 21:57:45 +0800
committerGitHub <noreply@github.com>2025-10-22 21:57:45 +0800
commit52ca4f999ca07424a6ebb3e40835ff37914953fa (patch)
tree471f802f66da339c3a6f5a06b36658014da518fa /exampleSite
parent7e1ab9ae9164e1955525acbf8b754021dc74518c (diff)
parent170d56ea2e17f786e4f1bda7f736783b73a902b0 (diff)
downloadgohugo-theme-ed-master.tar.gz
Merge branch 'sergeyklay:main' into mainHEADmaster
Diffstat (limited to 'exampleSite')
-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: