Skip to content

Commit f72eb6b

Browse files
committed
update general images
1 parent 6b6817f commit f72eb6b

40 files changed

+15
-15
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defaults:
4545
seo_paginator_message: ''
4646
twitter:
4747
username: ReqnrollBdd
48-
logo: /assets/images/reqnroll-logo-130x48-1.png
48+
logo: /assets/images/reqnroll-logo-130x48.png
4949
social:
5050
name: Reqnroll
5151
links:

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<div class="aligncenter wp-block-site-logo"><a href="{{ site.url }}"
6060
class="custom-logo-link" rel="home" aria-current="page"><img loading="lazy" width="130"
6161
height="48"
62-
src="{{ site.url }}/assets/images/reqnroll-logo-130x48-1.png"
62+
src="{{ site.url }}/assets/images/reqnroll-logo-130x48.png"
6363
class="custom-logo" alt="Reqnroll" decoding="async"></a></div>
6464
</div>
6565

_includes/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
2222

23-
<link rel="icon" href="{{ site.url }}/assets/images/cropped-reqnroll-icon-512x512-1-32x32.png" sizes="32x32">
24-
<link rel="icon" href="{{ site.url }}/assets/images/cropped-reqnroll-icon-512x512-1-192x192.png" sizes="192x192">
25-
<link rel="apple-touch-icon" href="{{ site.url }}/assets/images/cropped-reqnroll-icon-512x512-1-180x180.png">
26-
<meta name="msapplication-TileImage" content="{{ site.url }}/assets/images/cropped-reqnroll-icon-512x512-1-270x270.png">
23+
<link rel="icon" href="{{ site.url }}/assets/images/reqnroll-icon-32x32.png" sizes="32x32">
24+
<link rel="icon" href="{{ site.url }}/assets/images/reqnroll-icon-192x192.png" sizes="192x192">
25+
<link rel="apple-touch-icon" href="{{ site.url }}/assets/images/reqnroll-icon-180x180.png">
26+
<meta name="msapplication-TileImage" content="{{ site.url }}/assets/images/reqnroll-icon-270x270.png">
2727
</head>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex">
88
<div class="wp-block-site-logo"><a href="{{ site.url }}" class="custom-logo-link"
99
rel="home" aria-current="page"><img width="130" height="48"
10-
src="{{ site.url }}/assets/images/reqnroll-logo-130x48-1.png"
10+
src="{{ site.url }}/assets/images/reqnroll-logo-130x48.png"
1111
class="custom-logo" alt="Reqnroll" decoding="async">
1212
</a>
1313
</div>

_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: "About Reqnroll"
44
permalink: /about/
5-
image: assets/images/reqnroll-logo-bubbles.jpg
5+
image: assets/images/reqnroll-logo-bubbles.webp
66
---
77

88
**Reqnroll** (pronounced as \[reknroʊl\]) is an open-source Cucumber-style BDD test automation framework for .NET. It has been created as a reboot of the SpecFlow project.

_posts/2024-02-08-from-specflow-to-reqnroll-why-and-how.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2024-02-08
55
modified_date: 2024-02-16
66
categories: News
77
tags: Migration OpenSource SpecFlow VisualStudio
8-
image: assets/images/reqnroll-logo-bubbles.jpg
8+
image: assets/images/reqnroll-logo-bubbles.webp
99
author: gasparnagy
1010
---
1111

-30.5 KB
Binary file not shown.
-67 KB
Binary file not shown.
25.3 KB
Loading
-4.86 KB
Binary file not shown.

0 commit comments

Comments
 (0)