mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
download: nofollow
This commit is contained in:
parent
5470398a39
commit
a65dceac9e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue