31 | 32 | {{- content -}} 33 | 34 | {%- if excerpt -%} 35 |

Seguir leyendo...

36 | {%- endif -%} 37 | 38 | {%- if post.editors != nil -%} 39 |

40 | {%- assign eds = post.editors | size -%} 41 | Ha{%- if eds > 1 -%}n{%- endif -%} colaborado en este artículo: {{- post.editors | join: ", " -}} 42 |

43 | {%- endif -%} 44 | 45 |
46 |

47 | 48 | {%- assign tag_count = 0 -%} 49 | {%- for tag in post.tags -%} 50 | {%- assign tag_count = tag_count | plus: 1 -%} 51 | {{- tag -}}{%- if forloop.last == false -%}{%- endif -%} 52 | {%- endfor -%} 53 | {%- if tag_count == 0 -%} 54 | (sin etiquetas) 55 | {%- endif -%} 56 |

57 |
58 | 59 |