Skip to content

Commit 94340d8

Browse files
authored
Banner update (#62)
* fix: 详情页,移动端隐藏勋章logo * feat: 新增合作社区,详情页logo替换 * fix: rename logo-award * fix: conflict * feat: 合作社区增加 * update: banner * update: banner delete year infromation
1 parent 3d12993 commit 94340d8

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

themes/OpenSouceWin/layout/_partial/detail.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="container">
66
<div class="row justify-content-center">
77
<div class="col-12 col-md-8">
8-
<%- image_tag('img/banner-detail.png', {class: 'home-head', alt: 'logo'}) %>
8+
<%- image_tag('img/banner-detail-new.png', {class: 'home-head', alt: 'logo'}) %>
99
</div>
1010
</div>
1111
</div>

themes/OpenSouceWin/layout/_partial/head.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<% if (description) { %>
6565
<meta name="twitter:description" content="<%= description %>">
6666
<% } %>
67-
<meta name="twitter:image" content="https://raw.githubusercontent.com/OpenSourceWin/OpenSourceWin.github.io/main/themes/OpenSouceWin/source/img/banner-index.png">
67+
<meta name="twitter:image" content="https://raw.githubusercontent.com/OpenSourceWin/OpenSourceWin.github.io/main/themes/OpenSouceWin/source/img/banner-index-new.png">
6868

6969
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
7070
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>

themes/OpenSouceWin/layout/_partial/ranking_detail.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<%- partial('_partial/menu') %>
44
<!-- 头部内容 -->
55
<div class="container">
6-
<%- image_tag('img/banner-index.png', {class: 'home-head', alt: '中国开源码力榜', loading: 'lazy'}) %>
6+
<%- image_tag('img/banner-index-new.png', {class: 'home-head', alt: '中国开源码力榜', loading: 'lazy'}) %>
77
</div>
88
</div>
99

themes/OpenSouceWin/layout/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<%- partial('_partial/menu') %>
44
<!-- 头部内容 -->
55
<div class="container">
6-
<%- image_tag('img/banner-index.png', {class: 'home-head', alt: '中国开源码力榜', loading: 'lazy'}) %>
6+
<%- image_tag('img/banner-index-new.png', {class: 'home-head', alt: '中国开源码力榜', loading: 'lazy'}) %>
77
</div>
88
</div>
99

15.1 KB
Loading
172 KB
Loading
-86.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)