It is a little bit hard to see without the full project, but the templates look correct, so I’m guessing the problem is in your config.toml file. Not sure what that can be (you posted only a small part of it), but one tip would be to make sure that all the map definitions is placed at the end.
baseurl = "https://www.....eu/"
theme = "hugo-universal-theme"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
# Define the number of posts per page
paginate = 10
DefaultContentLanguage = "en"
[Languages]
[Languages.en]
#English
title = "example"
[Languages.de]
#German
title = "example"
[Languages.el]
#Greek
title = "example"
[Languages.nl]
#Dutch
title = "example"
[Languages.sk]
#Slovak
title = "example"
[Languages.sl]
#Slovenian
title = "example"
[Languages.es]
#Spanish
title = "example"
[params]
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "red"
[params.carousel]
enable = true
# All carousel items are defined in their own files. You can find example items
# at 'exampleSite/data/carousel'.
# For more informtion take a look at the README.
[params.see_more]
enable = true
icon = "fa fa-file-code-o"
title = "Visit example Toolbox online Platform"
link_url = "#"
link_text = "Go to platform"
[params.features]
enable = true
# All features are defined in their own files. You can find example items
# at 'exampleSite/data/features'.
# For more informtion take a look at the README.
[params.latest_news]
enable = true
title = "Latest News"
[params.clients]
enable = true
# All clients are defined in their own files. You can find example items
# at 'exampleSite/data/clients'.
# For more informtion take a look at the README.
title = "Project Partners"
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true
tags = true
search = true
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 1
[[menu.main]]
name = "Project"
url = "/project/"
weight = 2
@bep do you think I should change the order? I did that but nothing changed
So weird, I’m also having the exact same problem, nothing shows up when the code is in a partial, but the exact same code works if I move to in index.html
Did you ever figure out what the issue was?
Just learning about Hugo so I’m probably missing something.
Oh also I’m using Hugo v0.19 not sure it makes a difference?