Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Nov 13, 2024
1 parent 931a750 commit 1e90dcc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sites/postcss-preset-env/_data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "PostCSS Preset Env - CSSTools",
"title": "PostCSS Preset Env - CSS Tools",
"url": "https://preset-env.cssdb.org/",
"image": "https://cssdb.org/images/share-default.png",
"description": "PostCSS Preset Env lets you transform modern CSS so most browsers can understand, determining the polyfills you need based on the browsers you want.",
Expand Down
2 changes: 1 addition & 1 deletion sites/postcss-preset-env/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta name="twitter:creator" content="@{{ metadata.author.twitterHandle }}">
<meta property="og:image" content="{{ metadata.image }}">
<link rel="canonical" href="{{ metadata.url }}{{ canonicalUrl or page.url }}">
<link rel="alternate" type="application/rss+xml" title="Feed for PostCSS Preset Env - CSSTools" href="/feed/feed.xml"/>
<link rel="alternate" type="application/rss+xml" title="Feed for PostCSS Preset Env - CSS Tools" href="/feed/feed.xml"/>
<meta property="og:type" content="website">
<meta property="og:url" content={{ metadata.url }}{{ canonicalUrl or page.url }}>
<meta name="referrer" content="no-referrer-when-downgrade">
Expand Down
2 changes: 1 addition & 1 deletion sites/postcss-preset-env/_includes/layouts/blog.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set baseClass = 'ppe-blog' %}
{% set titleOverride %}{{ title }} | CSSTools{% endset %}
{% set titleOverride %}{{ title }} | CSS Tools{% endset %}

{% extends "layouts/base.njk" %}

Expand Down
2 changes: 1 addition & 1 deletion sites/postcss-preset-env/blog.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: layouts/base.njk
title: Blog - CSSTools
title: Blog - CSS Tools
description: Stay informed with the latest news and insights from our blog. Read articles and tips from our PostCSS plugins.
baseClass: 'ppe-blog'
---
Expand Down
2 changes: 1 addition & 1 deletion sites/postcss-preset-env/features.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: layouts/base.njk
title: Features - PostCSS Preset Env - CSSTools
title: Features - PostCSS Preset Env - CSS Tools
description: List of features included in PostCSS Preset Env
baseClass: 'ppe-features-page'
---
Expand Down
2 changes: 1 addition & 1 deletion sites/postcss-preset-env/feed/feed.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"permalink": "feed/feed.xml",
"eleventyExcludeFromCollections": true,
"metadata": {
"title": "PostCSS Preset Env - CSSTools",
"title": "PostCSS Preset Env - CSS Tools",
"url": "https://preset-env.cssdb.org/",
"image": "https://cssdb.org/images/share-default.png",
"subtitle": "PostCSS Preset Env lets you transform modern CSS so most browsers can understand, determining the polyfills you need based on the browsers you want.",
Expand Down
2 changes: 1 addition & 1 deletion sites/postcss-preset-env/playground.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Interactive Playground - PostCSS Preset Env - CSSTools
title: Interactive Playground - PostCSS Preset Env - CSS Tools
description: Play with PostCSS Preset Env in your browser
---
{% extends "layouts/base.njk" %}
Expand Down

0 comments on commit 1e90dcc

Please sign in to comment.