Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/blog/all-posts.tmpl

Issue 29657629: Issue 6211 - Fixed size of blog post thumbnails on mobile (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Addressed #5 Created Jan. 9, 2018, 2:22 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pages/blog/index.md » ('j') | pages/blog/index.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/blog/all-posts.tmpl
===================================================================
--- a/includes/blog/all-posts.tmpl
+++ b/includes/blog/all-posts.tmpl
@@ -6,17 +6,16 @@
</h2>
<div class="row">
{% for post in limit_sort(get_pages_metadata({"parent": "blog/index"})) %}
<div class="card col-6">
<div class="row">
<div class="col-4">
<a href="{{ post["page"] }}">
<img
- class="block"
src="{{ post["featured_img_url"] }}"
alt="{{ post["featured_img_alt"] }}">
</a>
</div>
<div class="col-8">
<a href="{{ post["page"] }}">
<h3>{{ post["title"] }}</h3>
</a>
« no previous file with comments | « no previous file | pages/blog/index.md » ('j') | pages/blog/index.md » ('J')

Powered by Google App Engine
This is Rietveld