Skip to content

Commit

Permalink
ajusta texto com label do veiculo de imprensa
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieluizramos committed Nov 13, 2023
1 parent 927dae2 commit 72b1af5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mixins.pug
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ mixin details(category)
span.detail !{" "} #{category.details.venue}
if category.details.press
p.press
span.detail Veículo: !{" "}
+vehicle(category.details.press)
- const label = category.details.press.article ? 'Leia a matéria completa: ' : 'Veículo: ';
span.detail #{label}
+vehicle(category.details.press)
if category.details.press.more
p.press
span.detail Veja mais em: !{" "}
Expand Down

0 comments on commit 72b1af5

Please sign in to comment.