-
Notifications
You must be signed in to change notification settings - Fork 633
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
Add param profile to hide author in post #870
Conversation
✅ Deploy Preview for toha-ci ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There's a bug that duplicates the date when |
Now the bug is fixed |
Thank you @BernatBC! I think the configuration should go under params:
features:
blog:
showAuthor: false |
Ok, I just changed the parameter location to: params:
features:
blog:
showAuthor: false |
Thank you. I will test the changes specially on mobile device. |
Just to make sure I understand, you will test the changes on a mobile device because the 80 pixels spacing is hard-coded and thus not relative to the screen size/rendering? Or not? |
Yes. I will check on mobile and Tablet. |
Issue
Hide author name and image in post? Fixes #867
Description
Added the possibility to hide author in post by setting the parameter:
I know this is not the most elegant solution (I had to add vertical gap).
Test Evidence
profile: true
(or noprofile
set):profile: false
: