{% extends "../../messages/base-promo.html" %}
-{% block content %}
- <p>
- {{ _("there is a new post from %s on the IPFire Blog:") % post.author }}
- </p>
+{% block title %}{{ post.title }}{% end block %}
+
+{# Preview text shown in the inbox preview... #}
+{% block preview %}{{ post.excerpt }}{% end block %}
- <p>
- <strong>{{ post.title }}</strong>
- </p>
+{% block content %}
+ <tr class="section">
+ <td>
+ <h1>
+ {{ post.title }}
+ </h1>
- {% if post.excerpt %}
- <blockquote>{{ post.excerpt }}</blockquote>
- {% end %}
+ <p>
+ {{ post.excerpt }}
+ </p>
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
- <tbody>
- <tr>
- <td align="left">
- <table role="presentation" border="0" cellpadding="0" cellspacing="0">
- <tbody>
- <tr>
- <td>
- <a href="https://www.ipfire.org/blog/{{ post.slug }}" target="_blank">{{ _("Click Here To Read More") }}</a>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
+ <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
+ <tr class="button">
+ <td>
+ <a class="primary" href="https://www.ipfire.org/blog/{{ post.slug }}">
+ {{ _("Read The Full Post On Our Blog") }}
+ </a>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
{% end block %}
&:hover
text-decoration: underline
- // Optionally make the text large
- &.text-large
- td
- p
- font-size: $font-size-large
- line-height: $line-height-large
-
// Buttons
tr.button
td