Index: includes/blog/recent-aac.tmpl |
=================================================================== |
--- a/includes/blog/recent-aac.tmpl |
+++ b/includes/blog/recent-aac.tmpl |
@@ -3,18 +3,18 @@ |
<section class="center group-container"> |
<h2> |
{{ "Recent updates about the committee" | translate("recent-acc-heading", "Recent Acceptable Ads Committee heading") }} |
</h2> |
<div class="group group-4"> |
{% for post in limit_sort(get_pages_metadata({"parent": "blog/index", "committee": "true"}), 4) %} |
<div class="card"> |
<article> |
- <h3>{{ post["title"] }}</h3> |
- <footer> |
+ <h3 class="card-heading">{{ post["title"] }}</h3> |
+ <footer class="card-footer"> |
<a class="btn-outline-primary" href="{{ post["page"] }}"> |
{{ "Read more" | translate("read-more", "Button text") }} |
</a> |
</footer> |
</article> |
</div> |
{% endfor %} |
</div> |