Skip to content

Commit

Permalink
Remove cached=true /new page
Browse files Browse the repository at this point in the history
It was buggy
  • Loading branch information
TimDaub committed Sep 28, 2024
1 parent cc09f7b commit 41aa703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/components/nav.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const nav = (path) => html`
</a>
<a
data-icon="newest"
href="/new?cached=true"
href="/new"
style="flex-direction: column; display: flex; justify-content: center; align-items: center; padding: 10px 0; flex-grow: 1;
text-decoration: none; color: black; height: 30px;"
>
Expand Down
2 changes: 1 addition & 1 deletion src/views/components/secondheader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const secondheader = (theme, site, period, domain) => {
</a>`
: ""}
${site === "top" || site === "new" || site === "best"
? html` <a class="feed-button-link" href="/new?cached=true">
? html` <a class="feed-button-link" href="/new">
<button
onclick="${animation}"
class="feed-button"
Expand Down

0 comments on commit 41aa703

Please sign in to comment.