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

433 fix tags layout #472

Merged

Conversation

jack-handley
Copy link
Contributor

Fixes #433

@regisphilibert
Copy link
Member

@budparr this is design

@regisphilibert regisphilibert requested review from regisphilibert and removed request for budparr January 19, 2022 16:47
Copy link
Member

@regisphilibert regisphilibert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @fullstack-jack and thank you for this. The theme is using a utility class library called tachyon so we don't need custom css for this fix. You can simply apply di class on the li. Could you do so and remove the changes you made to _styles.css?

+ <ul class="pa0">
- <ul class="pa0 tags">
  {{ range .Params.tags }}
+   <li class="list di">
-   <li class="list">
     <a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black sans-serif">

@jack-handley
Copy link
Contributor Author

@regisphilibert Thanks for the review, I didn't know about tachyon so it was good to look into. I've made the changes you suggested.

@regisphilibert regisphilibert merged commit 6045d78 into theNewDynamic:master Feb 2, 2022
Remicck pushed a commit to Remicck/gohugo-theme-ananke that referenced this pull request Mar 7, 2022
* Added tags class to tags list

* display tags inline

* Added di class to list

* Removed tags class
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

Successfully merging this pull request may close these issues.

Layout suggestions for tags and related content
2 participants