Skip to content

Commit

Permalink
Revert "DOCS-3348: Update RSS feed error (viamrobotics#3843)"
Browse files Browse the repository at this point in the history
This reverts commit 57741bb.
  • Loading branch information
npentrel committed Jan 21, 2025
1 parent e2e2136 commit 81fc2f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions layouts/docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<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: 7 additions & 2 deletions layouts/docs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@
{{ partial "sidebar.html" . }}
</aside>
<main class="col-12 col-md-12 col-xl-12 pl-md-12" role="main">
{{ .Render "content" }}
</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>
</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 81fc2f5

Please sign in to comment.