Skip to content

Commit

Permalink
修复失效的前端库和图片
Browse files Browse the repository at this point in the history
  • Loading branch information
x3bits committed Oct 8, 2022
1 parent d6cd3e7 commit 1d1098e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>

<!-- Bootstrap Core CSS -->
<link href="https://libs.baidu.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">

<!-- Custom CSS -->
<link href="css/landing-page.css" rel="stylesheet">
Expand Down
6 changes: 3 additions & 3 deletions _includes/js.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- jQuery Version 1.11.0 -->
<script src="https://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>
<script src="js/jquery.min.js"></script>

<!-- Plugin JavaScript -->
<script src="https://cdn.bootcss.com/jquery-easing/1.3.2/jquery.easing.min.js"></script>
<script src="js/jquery.easing.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="https://libs.baidu.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="js/bootstrap.min.js"></script>

<!-- Custom Theme JavaScript -->
<script src="js/landing-page.js"></script>
2 changes: 1 addition & 1 deletion _posts/1970-01-01-services-1.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
img: play-mmd.jpg
img: img/services/play-mmd.jpg
category: Services
title: 播放MMD模型、动作
description: |
Expand Down
2 changes: 1 addition & 1 deletion _posts/1970-01-01-services-2.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
img: play-ar.jpg
img: img/services/play-ar.jpg
category: Services
title: AR模式
description: |
Expand Down
2 changes: 1 addition & 1 deletion _posts/1970-01-01-services-3.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
img: play-vr.jpg
img: img/services/play-vr.jpg
category: Services
title: VR模式
description: |
Expand Down
2 changes: 1 addition & 1 deletion _posts/1970-01-01-services-4.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
img: play-pyramid.jpg
img: img/services/play-pyramid.jpg
category: Services
title: 全息金字塔模式
description: |
Expand Down

0 comments on commit 1d1098e

Please sign in to comment.