We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56381ec + a744266 commit 3cf3f0bCopy full SHA for 3cf3f0b
1 file changed
theme/templates/gallery.html
@@ -10,7 +10,7 @@ <h2 class="title is-2">Galería de imágenes 📷 </h2>
10
{% gphotos GOOGLE_PHOTOS_URL, GOOGLE_PHOTOS_TITLE, GOOGLE_PHOTOS_DESCRIPTION %}
11
<hr>
12
<div class="column is-vcentered is-centered" style="text-align: center">
13
- <a href="{{GOOGLE_PHOTOS_URL}}">
+ <a target="_blank" href="{{GOOGLE_PHOTOS_URL}}">
14
<button class="button is-medium is-orange button is-link is-dark">Ver en Google Photos</button>
15
</a>
16
</div>
0 commit comments