8000 add shuttleworth logo · tinymachine/vuejs.org@1d108ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d108ff

Browse files
committed
add shuttleworth logo
1 parent 675b512 commit 1d108ff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

themes/vue/layout/index.ejs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@
5454
</div>
5555

5656
<div id="footer">
57-
Released under the <a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a><br>
58-
Copyright &copy; 2014-<%- new Date().getFullYear() %> Evan You
57+
<a href="https://www.shuttleworthfoundation.org" target="_blank">
58+
<img src="/images/shuttleworth.png" style="width:200px">
59+
</a>
60+
<p>Released under the <a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a><br>
61+
Copyright &copy; 2014-<%- new Date().getFullYear() %> Evan You</p>
5962
</div>
6063

6164
<script>
14.1 KB
Loading

0 commit comments

Comments
 (0)
0