ace-documentation
ace-documentation copied to clipboard
Removing the button on the RHS of the webpage
Greetings!
I'm trying to remove the button on the right side of the webpage, but I'm unable to do so.
The picture is attached below: -
Hey @PRUBHTEJ, this is more a question than an actual issue.
You can go to layouts/partials/header.html
and remove from lines 32 to 36.
This part:
{{ with .OutputFormats.Get "rss" -}}
<div class="feed-icons">
<a href="{{ .Permalink }}"><img src="/img/feed-icon.svg" alt="RSS feed" /></a>
</div>
{{ end -}}