Skip to content

Commit 4a169c2

Browse files
authored
Add outdated banner (#3)
cf. - vuejs/012.vuejs.org#69 - vuejs/012.vuejs.org#68 Signed-off-by: Takuya Noguchi <[email protected]>
1 parent e7d70b1 commit 4a169c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ $ hexo server
3838
- [pocke](https://github.com/pocke)
3939
- [showwin](https://github.com/showwin)
4040
- [sunya9](https://github.com/sunya9)
41+
- [tnir](https://github.com/tnir)
4142
- [y-yagi](https://github.com/y-yagi)
4243
- [zakuro9715](https://github.com/zakuro9715)

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<% } %>
3737

3838
<script src="https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js"></script>
39+
<script src="https://cdn.jsdelivr.net/gh/tnir/[email protected]/prompt.min.js"></script>
3940
<script>
4041
document.addEventListener('DOMContentLoaded', function() {
4142
FastClick.attach(document.body);

0 commit comments

Comments
 (0)