vantagedesign / ace-documentation

A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.

Home Page:https://docs.vantage-design.com/ace/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing the button on the RHS of the webpage

PRUBHTEJ opened this issue · comments

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: -
Screenshot 2022-03-15 at 6 47 26 PM

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 -}}