Conversation
Contributor
Author
jsilvela
commented
Aug 9, 2025
| @@ -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> --> | |||
Contributor
Author
There was a problem hiding this comment.
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.
Contributor
Author
9c4dec3 to
36b6471
Compare
Contributor
|
I LOVE THIS |
sxd
reviewed
Aug 14, 2025
Member
|
@jsilvela I was testing and I found this: |
Member
Contributor
Author
|
Thanks @sxd ! I think it looks good at first glance. I forgot to test the sidebar, good catch. |
Contributor
Author
|
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 <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
sxd
approved these changes
Aug 19, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Aug 19, 2025
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com> Signed-off-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com> Co-authored-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com> 43f0cbc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





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