Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Terms list does not display title #1254

Open
h-enk opened this issue Jun 17, 2024 · 0 comments
Open

Terms list does not display title #1254

h-enk opened this issue Jun 17, 2024 · 0 comments

Comments

@h-enk
Copy link
Member

h-enk commented Jun 17, 2024

  • Copy node_modules/@hyas/doks-core/layouts/blog/single.html and paste as layouts/blog/single.html. Update the latter (line 15) with something like:

    <div class="col-md-13">
  • Add to assets/scss/common/_custom.scss something like:

    .single.blog .content,
    .list.blog .content {
      font-size: $font-size-base * 1.375;
    }
  • That's a bug — thx! Will be fixed. Quick fix for now: copy node_modules/@hyas/doks-core/layouts/_default/terms.html and paste as layouts/_default/terms.html. Update the latter (line 12) with:

              <a class="stretched-link" href="{{ .RelPermalink }}">{{ .Title }} &rarr;</a>

Originally posted by @h-enk in #1252 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant