Skip to content

Latest commit

 

History

History
68 lines (62 loc) · 2 KB

blog.md

File metadata and controls

68 lines (62 loc) · 2 KB
layout title tags data sitemapChangeFrequency sitemapPriority pagination permalink
page
Blog
blog
dateless
true
weekly
0.9
data reverse size
collections.blogpost
true
6
/blog/{% if pagination.pageNumber > 0 %}{{ (pagination.pageNumber + 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>

{{ title }}

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 -%}
  1. {{ blogPost.date | postDate }}

    {{ blogPost.data.preview | strip_html }}

  2. {%- endfor -%}
  1. {% if pagination.href.previous %}«{% else %}«{% endif %}
  2. {%- for pageEntry in pagination.pages %}
  3. {{ forloop.index }}
  4. {%- endfor %}
  5. {% if pagination.href.next %}»{% else %}»{% endif %}