Skip to content

Latest commit

 

History

History
94 lines (84 loc) · 2.7 KB

blog.md

File metadata and controls

94 lines (84 loc) · 2.7 KB
layout title tags data permalink
page
Blog
blog
dateless
true
/blog/
<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.

Recent Articles

    {%- for blogPost in collections.recentBlogPosts -%}
  1. {{ blogPost.date | postDate }}

    {{ blogPost.data.preview | strip_html }}

  2. {%- endfor -%}
  Feed

Recent Release Notes

Stable

{%- for item in collections.latestReleases -%} {%- endfor -%}

Unstable

{%- for item in collections.latestReleases -%} {%- endfor -%}

All Release Notes…