-
Notifications
You must be signed in to change notification settings - Fork 29
feat: per-author RSS feed, allow multiple article authors #351
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
Conversation
| @@ -1,29 +1,27 @@ | |||
| {{ define "main" }} | |||
| <h1 class="h1 text-center mx-auto md:w-3/5">{{.Title}}</h1> | |||
| <!-- <h1 class="h1 text-center mx-auto md:w-3/5">{{.Title}}</h1> --> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this h1 is currently broken in the production site, because the author pages had no title.
And, since we have the name again below for the Github link, not a big loss.
9c4dec3 to
36b6471
Compare
|
I LOVE THIS |
|
@jsilvela I was testing and I found this: |
|
Thanks @sxd ! I think it looks good at first glance. I forgot to test the sidebar, good catch. |
|
I added back the author name to the sidebar. Other than that your fix was good @sxd . Tested with multiple authors and it also works 👍 |
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]>
Signed-off-by: Jaime Silvela <[email protected]> Signed-off-by: Jonathan Gonzalez V. <[email protected]> Co-authored-by: Jonathan Gonzalez V. <[email protected]> 43f0cbc





Takes advantages of Hugo's taxonomies to track article authors.
Closes #133