Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arreglado twitter_handle #58

Merged
merged 1 commit into from
Jul 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/blog/first-post/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ pub_date: 2017-05-05
---
author: Sergio C. Orozco Torres
---
body: La comunidad se place en anunciar que el nuevo sitio web se encuentra en desarrollo activo para lo cual se está usando lektor como gestor de contenidos
body:

La comunidad se place en anunciar que el nuevo sitio web se encuentra en desarrollo activo para lo cual se está usando lektor como gestor de contenidos
---
twitter_handle: scot3004
2 changes: 1 addition & 1 deletion templates/blog-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3>{{ this.title }}</h3>
<div class="row">
<div class="post-meta"><csmall>Escrito: {{ this.pub_date }}.</csmall> | <csmall2>
por: {% if this.twitter_handle %}
<a href="https://twitter.com/{{ post.twitter_handle}}">
<a href="https://twitter.com/{{ this.twitter_handle}}" target="_blank">
{{ this.author or this.twitter_handle }}
</a>
{% else %}
Expand Down