-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
41 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
window.i18n = | ||
'.modal-title': 'Una vez a la semana, recibe lo último.' | ||
'.modal-body p': '<strong>Política de Privacidad:</strong> No spam ni publicidad. Desunscríbete en cualquier momento.' | ||
'fieldEmail': 'Tu correo electrónico' | ||
'.poweredby': ' © 2016. Todos los derechos reservados. Construido con <a href="https://github.com/Kikobeats/bloggy" target="_blank">Bloggy</a> bajo <a href="https://ghost.org/" target="_blank">Ghost</a>.' | ||
'.modal-body .button-add.wide': 'Subscribirse' | ||
'.subscribe-banner': '¿Te gustaría recibir el contenido en tu correo mensualmente? <a class="button" data-toggle="modal" data-target="#blogsubscribe">Subscríbete</a>', | ||
'.read-more': 'Leer Más' | ||
'.newer-posts': '← Publicaciones recientes' | ||
'.older-posts': 'Publicaciones antiguas →' | ||
'.page-number': 'Página % de $' | ||
'a.post-meta': '← Volver a la Portada' | ||
'.prefix-date': 'el' | ||
'footer .button-add.large.wide': 'Subscríbete y recíbelo semalmente en tu correo' | ||
'.read-next-story .post:before': 'Leer siguiente publicación' | ||
'.modal-title' : 'Una vez a la semana, recibe lo último.' | ||
'.modal-body p' : '<strong>Política de Privacidad:</strong> No spam ni publicidad. Desunscríbete en cualquier momento.' | ||
'fieldEmail' : 'Tu correo electrónico' | ||
'.poweredby' : ' © 2016. Todos los derechos reservados. Construido con <a href="https://github.com/Kikobeats/bloggy" target="_blank">Bloggy</a> bajo <a href="https://ghost.org/" target="_blank">Ghost</a>.' | ||
'newsletter_subscribe' : 'Subscribirse' | ||
'.subscribe-banner' : '¿Te gustaría recibir el contenido en tu correo mensualmente? <a class="button" data-toggle="modal" data-target="#blogsubscribe">Subscríbete</a>', | ||
'.read-more' : 'Leer Más' | ||
'.newer-posts' : '← Publicaciones recientes' | ||
'.older-posts' : 'Publicaciones antiguas →' | ||
'.page-number' : 'Página % de $' | ||
'a.post-meta' : '← Volver a la Portada' | ||
'.prefix-date' : 'el' | ||
'footer .button-add.large.wide' : 'Subscríbete y recíbelo semalmente en tu correo' | ||
'.read-next-story .post:before' : 'Leer siguiente publicación' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9461e24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for sharing your theme with the world! Just a quick question - I can't seem to get the modal to pop up after updating the attribute <form action="MailingList" .... > with my Mailchimp url. I have tried a few other alternatives, but can't seem to work out why. If you could help, that would be great!
9461e24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need docs, but I remember that I use jQuery for do it.
In Ghost Head Snippet Injection:
9461e24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.