Skip to content

Commit

Permalink
DOCS-3348: Update RSS feed error
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jan 13, 2025
1 parent ddf7b7c commit 122d402
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 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
5 changes: 0 additions & 5 deletions layouts/docs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<div class="td-main">
<div class="row flex-xl-nowrap">
<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>
</div>
Expand Down

0 comments on commit 122d402

Please sign in to comment.