Skip to content

Commit 3b471b9

Browse files
committed
Replace october.png -> winter.png
1 parent d2c8102 commit 3b471b9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://github.com/octobercms/october/blob/develop/themes/demo/assets/images/october.png?raw=true" alt="October" width="25%" height="25%" />
2+
<img src="https://github.com/wintercms/winter/blob/develop/themes/demo/assets/images/winter.png?raw=true" alt="Winter CMS Logo" width="25%" height="25%" />
33
</p>
44

55
[October](https://octobercms.com) is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of frustration with existing systems. We feel building websites has become a convoluted and confusing process that leaves developers unsatisfied. We want to turn you around to the simpler side and get back to basics.

themes/demo/assets/css/theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
}
393393
.navbar-header .navbar-brand {
394394
padding-left: 55px;
395-
background-image: url('../images/october.png');
395+
background-image: url('../images/winter.png');
396396
background-size: auto 60%;
397397
background-repeat: no-repeat;
398398
background-position: 7px 50%;

themes/demo/assets/images/winter.png

7.32 KB
Loading

themes/demo/assets/less/elements/navbar.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.navbar-header .navbar-brand {
22
padding-left: 55px;
3-
background-image: url('../images/october.png');
3+
background-image: url('../images/winter.png');
44
background-size: auto 60%;
55
background-repeat: no-repeat;
66
background-position: 7px 50%;

themes/demo/layouts/default.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="title" content="{{ this.page.meta_title }}">
1010
<meta name="author" content="OctoberCMS">
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12-
<meta name="generator" content="OctoberCMS">
13-
<link rel="icon" type="image/png" href="{{ 'assets/images/october.png'|theme }}">
12+
<meta name="generator" content="Winter CMS">
13+
<link rel="icon" type="image/png" href="{{ 'assets/images/winter.png'|theme }}">
1414
<link href="{{ 'assets/css/vendor.css'|theme }}" rel="stylesheet">
1515
<link href="{{ 'assets/css/theme.css'|theme }}" rel="stylesheet">
1616
{% styles %}

0 commit comments

Comments
 (0)