| layout |
page |
| title |
Blog |
| tags |
|
| data |
|
| htmlSitemapOrder |
-4 |
| sitemapChangeFrequency |
weekly |
| sitemapPriority |
0.9 |
| pagination |
| data |
reverse |
size |
collections.blogpost |
true |
7 |
|
| permalink |
/blog/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber | plus: 1 }}/{% endif %} |
<style>
.card ol {
padding: 1.5em;
}
@media (min-width: 60em) {
.card ol {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 3em 5em;
}
}
.card ol img {
width: 100%;
height: 9em;
margin-block: 0 1em;
object-fit: cover;
object-position: top center;
mask: linear-gradient(0deg, #FFF0, 0.5em, #FFFF 1.5em);
}
.card ol p, .card ol time {
font-size: 90%;
}
</style>
Don't miss any news related to WPE -- our blog aims to share information regarding WPE: explainers, how-to articles and general information regarding WPE, WebKit
and the Web platform. Also check out the official WebKit blog regarding news on the engine itself.
{%- for blogPost in pagination.items -%}
-
{{ blogPost.date | postDate }}
{{ blogPost.data.preview | strip_html }}
{%- endfor -%}
- {% if pagination.href.previous %}«{% else %}«{% endif %}
{%- for pageEntry in pagination.pages %}
- {{ forloop.index }}
{%- endfor %}
- {% if pagination.href.next %}»{% else %}»{% endif %}