Skip to content

Commit

Permalink
修改首页图片
Browse files Browse the repository at this point in the history
  • Loading branch information
moieo committed Jul 25, 2024
1 parent afd778e commit b3ba81e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ inject:
- <script>LA.init({id:"KKsmYv7pY2PCd0iu",ck:"KKsmYv7pY2PCd0iu"})</script>
- <script>var _hmt=_hmt||[];!function(){var e=document.createElement("script");e.src="https://hm.baidu.com/hm.js?0787b693211fa2668257c8121aee6325";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}();</script>
- <link rel="stylesheet" href="https://unpkg.com/[email protected]/style.css" />
- |
<style>
.md-text.content:first-child .tag-plugin:first-child {
margin-top: 30px !important;
}
</style>
script:
- <script src="/static/moieo.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion source/contact-me/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ breadcrumb: false
header: false
---
{% about %}
<img src="/hello.webp" alt="head image" height="180px"></img>
<img src="/hello.webp" alt="head image"></img>

## Hi! Moieo 👋

Expand Down
2 changes: 1 addition & 1 deletion source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ comments: false
breadcrumb: false
---
{% about %}
<img src="/hello.webp" alt="head image" height="180px"></img>
<img src="/hello.webp" alt="head image"></img>

## Hi! Moieo 👋

Expand Down

0 comments on commit b3ba81e

Please sign in to comment.