Skip to content

Commit 3cf3f0b

Browse files
authored
Merge pull request #210 from josemlp91/main
Gallery
2 parents 56381ec + a744266 commit 3cf3f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/templates/gallery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2 class="title is-2">Galería de imágenes 📷 </h2>
1010
{% gphotos GOOGLE_PHOTOS_URL, GOOGLE_PHOTOS_TITLE, GOOGLE_PHOTOS_DESCRIPTION %}
1111
<hr>
1212
<div class="column is-vcentered is-centered" style="text-align: center">
13-
<a href="{{GOOGLE_PHOTOS_URL}}">
13+
<a target="_blank" href="{{GOOGLE_PHOTOS_URL}}">
1414
<button class="button is-medium is-orange button is-link is-dark">Ver en Google Photos</button>
1515
</a>
1616
</div>

0 commit comments

Comments
 (0)