Skip to content

Commit

Permalink
DOCS-3348: Update RSS feed error (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jan 13, 2025
1 parent 3cc7478 commit 57741bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions layouts/docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<aside class="col-12 col-md-3 col-xl-2 td-sidebar d-print-none">
{{ partial "sidebar.html" . }}
</aside>
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
{{ partial "page-meta-links.html" . }} {{ partial "toc.html" . }}
</aside>
<main class="col-12 col-md-9 col-xl-8 pl-md-5" role="main">
<div id="rss-feed">
<a target="_blank" title="Open RSS feed" aria-label="Open RSS feed" href="{{ .Permalink }}feed.xml">
Expand Down
9 changes: 2 additions & 7 deletions layouts/docs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@
{{ partial "sidebar.html" . }}
</aside>
<main class="col-12 col-md-12 col-xl-12 pl-md-12" role="main">
<div id="rss-feed">
<a target="_blank" title="Open RSS feed" aria-label="Open RSS feed" href="{{ .Permalink }}feed.xml">
<p><i class="fas fa-rss"></i> RSS Feed</p>
</a>
</div>
{{ .Render "content" }}
</main>
{{ .Render "content" }}
</main>
</div>
{{ $img := resources.GetMatch "/icons/learn-viam-robot-icon-ai.svg" }}
<button class="docsbutton" id="chatButton" title="Chatbot and support">
Expand Down

0 comments on commit 57741bb

Please sign in to comment.