Blog attempt 5

fix wrong url in /projects

+1 -1
+1 -1
src/other_pages.rs
··· 331 331 a href=(play) { "Play" } 332 332 } 333 333 @if !url.is_empty() { 334 - a href=(report) { "Source" } 334 + a href=(url) { "Source" } 335 335 } 336 336 @if !report.is_empty() { 337 337 a href=(report) { "Report" }