Change Distill-style blog to show "Author" instead of "Authors" in header #3524
Unanswered
royabradley
asked this question in
Q&A
Replies: 1 comment
-
|
Yes, the distill template is really complex. The easiest way to find this information is to check on the distill scripts exactly for the al-folio/assets/js/distillpub/transforms.v2.js Lines 1030 to 1033 in 1e1ff02 Which, given the generated url, seems to be the correct place
Change it there, or add some logic to add the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the Distill blog layout, but I am the sole author, so I do not want the header to say "Authors," plural, as it does by default. I simply want it to say "Author," then my name. Apparently, this is quite tricky to accomplish because of the embedded complexities of the Distill layout profile.
I have attempted to modify the
_layouts/distill.liquidfile with various scripts in place of the<d-byline></d-byline>code, but nothing has worked.Is there, perhaps, a more straightforward way to accomplish changing "Authors" to "Author"?
Beta Was this translation helpful? Give feedback.
All reactions