Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Index.html not compiling properly #26

Closed
TheBull963 opened this issue May 16, 2019 · 7 comments
Closed

Index.html not compiling properly #26

TheBull963 opened this issue May 16, 2019 · 7 comments

Comments

@TheBull963
Copy link

TheBull963 commented May 16, 2019

When I run hugo to compile the site for use the Index.html file does not compile properly.

This section:

<main aria-role="main">
        <div>
            <h1><a href="/posts"> {{ .Site.Title }} </a></h1>

            {{- with .Site.Params.homeSubtitle }}
                <p>{{.}}</p>
            {{- end }}

            {{- with .Site.Params.social }}
                <div>
                    {{ partial "social-icons.html" . }}
                </div>
            {{- end }}
        </div>
    </main>

Turns into:

<main class="posts">
      <h1></h1>
  </main>

@Ezequieltbh
Copy link

Same issue here!
Any advice in order to fix that?

@Ezequieltbh
Copy link

Ezequieltbh commented May 20, 2019

I tried with the "exampleSite" provided in the root folder of this project and with the last version of this theme.
Still not working...
Also, using the development server "hugo -D server", the homepage renders OK.
But, building that, renders a broken homepage...

@rhazdon
Copy link
Owner

rhazdon commented May 22, 2019

Is it related to this issue here? #14
Sounds like that...

@Ezequieltbh
Copy link

@rhazdon You are right!
That is the bug.
Thanks for the response, and great work with the theme, it's awesome!

@ChetanBhasin
Copy link

Does anyone have any idea what's causing this problem? Anything we can do to help?

@Reijnn
Copy link

Reijnn commented Jun 5, 2019

Same issue still exists. It seems to recognize the page as a sub page.
The title of the tab changes to :: <.Site.Title> as if its not on the home page.

@siyagule
Copy link

Issue resolved #14 here
You need to comment out the taxonomies section

@rhazdon rhazdon closed this as completed Jul 16, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants