Re: [nikola-discuss] Removing the byline

2019-01-08 Thread Peter Kropf
Yes! That worked. I also did the same for index.tmpl to remove the author
from the index page. You have my thanks for getting this resolved!

- Peter


On Tue, Jan 8, 2019 at 7:47 AM Roberto Alsina  wrote:

> Do this:
>
> nikola theme -c post_header.tmpl
>
> That will give you a "post_header.tmpl" file in templates/ (probably. It
> will tell you the path.)
>
> Edit that file.
>
> You will see something like this:
>
>
>  itemprop="author">
> % if author_pages_generated:
> ${post.author()|h}
> % else:
> ${post.author()|h}
> % endif
> 
>
> It will change depending on your theme, but I think this is the one you
> are using ;-)
>
> Delete it.
>
> That's it.
>
> On Tue, Jan 8, 2019 at 11:00 AM Peter Kropf  wrote:
>
>> I'd like to eliminate the byline under the post title. Attached is a
>> screenshot of what I'd like to remove, specifically the "Nikola Tesla"
>> under the "Title of the Post".
>>
>> - Peter
>>
>>
>> On Tue, Jan 8, 2019 at 1:52 AM Roberto Alsina  wrote:
>>
>>> You mean the "Powered by Nikola" bit? it's in your conf.py in the
>>> CONTENT_FOOTER option.
>>>
>>> On Tue, Jan 8, 2019 at 1:57 AM Peter Kropf  wrote:
>>>
 I'm trying to build a static site using the bootstrap4 theme and I'd
 like to remove the byline. Unfortunately, I don't understand enough of
 Nikola and and the theme to disable it. Can anyone point me to how this can
 be done?

 Thanks!

 - Peter

 --
 You received this message because you are subscribed to the Google
 Groups "nikola-discuss" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to nikola-discuss+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "nikola-discuss" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/nikola-discuss/UHDlnHk_wik/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> nikola-discuss+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "nikola-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to nikola-discuss+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "nikola-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/nikola-discuss/UHDlnHk_wik/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> nikola-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nikola-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[nikola-discuss] Removing the byline

2019-01-07 Thread Peter Kropf
I'm trying to build a static site using the bootstrap4 theme and I'd like 
to remove the byline. Unfortunately, I don't understand enough of Nikola 
and and the theme to disable it. Can anyone point me to how this can be 
done?

Thanks!

- Peter

-- 
You received this message because you are subscribed to the Google Groups 
"nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nikola-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.