Skip to content

Commit

Permalink
download: nofollow
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Jun 10, 2024
1 parent 5470398 commit a65dcea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ impl Page for DemoPage {
span.time { (self.demo.duration()) }
}
p.demo-download {
a.button.button-primary href = (self.demo.url) download = (self.demo.name) { "Download" }
a.button href = (self.demo.viewer_url()) { "View" }
a.button.button-primary href = (self.demo.url) download = (self.demo.name) rel = "nofollow" { "Download" }
a.button href = (self.demo.viewer_url()) rel = "nofollow" { "View" }
details.chat {
summary.button.button-tertiary { "Toggle Chat" }
div {
Expand Down

0 comments on commit a65dcea

Please sign in to comment.