summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 53f64c5..f713988 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,7 +6,7 @@
{{ $author := index .Site.Data.authors (.Params.author | default "default") }}
{{- if $author -}}
-<h2>Contributor(s)</h2>
+<h2>Agregado por:</h2>
<ul>
<li>
{{- if $author.website -}}<a href="{{ $author.website }}">{{- end -}}
@@ -23,7 +23,7 @@
<li><img src="/pix/eth.svg" alt="ETH Logo">Ether: <code>{{ $author.eth }}</code></li>
{{- end -}}
{{- if $author.donate }}
-<li><a href="{{ $author.donate }}">Donate/Tip</a></li>
+<li><a href="{{ $author.donate }}">Donar/Tip</a></li>
{{- end -}}
</ul>
</li>