Skip to content

Commit 01fe122

Browse files
authored
feat: add egg link & badge (#114)
feat: add egg link & badge
1 parent 5b1b240 commit 01fe122

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# cnode
22

3+
[![powered by Egg.js][egg-image]][egg]
34
[![build status][travis-image]][travis-url]
45
[![Test coverage][codecov-image]][codecov-url]
56
[![David deps][david-image]][david-url]
67
[![Known Vulnerabilities][snyk-image]][snyk-url]
78

9+
[egg-image]: https://img.shields.io/badge/Powered%20By-Egg.js-ff69b4.svg?style=flat-square
810
[travis-image]: https://img.shields.io/travis/cnodejs/egg-cnode.svg?style=flat-square
911
[travis-url]: https://travis-ci.org/cnodejs/egg-cnode
1012
[codecov-image]: https://img.shields.io/codecov/c/github/cnodejs/egg-cnode.svg?style=flat-square

app/public/images/egg-logo.png

15.9 KB
Loading

app/view/sidebar.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
</div>
8989
<div class='inner'>
9090
<ol class="friendship-community">
91+
<li>
92+
<a href="https://eggjs.org/" target="_blank">
93+
<img src="<%- helper.staticFile('/public/images/egg-logo.png') %>">
94+
</a>
95+
</li>
9196
<li>
9297
<a href="https://ruby-china.org/" target="_blank">
9398
<img src="<%- helper.staticFile('/public/images/ruby-china-20150529.png') %>">

0 commit comments

Comments
 (0)