Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
feat: replace placeholder with link to production
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Apr 15, 2019
1 parent 11e819b commit 77a428e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -7,8 +7,8 @@
<title>Quem bebe agrotóxicos?</title>
<!-- TODO: bundle at build -->
<script defer src="https://bundle.run/fuzzball@1.2.0"></script>
<script defer src="lib/main.pt.js?v=1555337940"></script>
<link rel="stylesheet" href="css/main.css?v=1555337940" />
<script defer src="lib/main.pt.js?v=1555342926"></script>
<link rel="stylesheet" href="css/main.css?v=1555342926" />
</head>
<body>
<section id="page-title" class="hero is-small is-primary cocktail">
Expand Down
2 changes: 1 addition & 1 deletion docs/lib/main.pt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/_javascript/details/index.js
Expand Up @@ -386,7 +386,7 @@ function makeToArticle(parent) {
.append('a')
.attr(
'href',
'https://portrasdoalimento.info/2019/04/12/conheca-os-27-agrotoxicos-encontrados-na-agua-que-abastasse-as-cidades-do-brasil/'
'https://portrasdoalimento.info/2019/04/15/coquetel-com-27-agrotoxicos-foi-achado-na-agua-de-1-em-cada-4-municipios/'
)
.attr('target', '_blank')
.text('{{details.cocktail.footer.toarticle2}}');
Expand Down

0 comments on commit 77a428e

Please sign in to comment.