mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
✏️ Style: fix typo discription should be: description (#60)
This commit is contained in:
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- :tada: Feat: add Artalk comment support ([#54](https://github.com/Lruihao/FixIt/issues/54))
|
||||
- :sparkles: Feat: update watermark 1.0.3-RC (fontFamily support)
|
||||
- :pencil2: Style: fix typo discription should be: description ([#60](https://github.com/Lruihao/FixIt/issues/60))
|
||||
- **Full Changelog:** [`v0.2.12...v0.2.13`](https://github.com/Lruihao/FixIt/compare/v0.2.12...v0.2.13)
|
||||
|
||||
## v0.2.12 [2022-1-27]
|
||||
|
||||
+2
-2
@@ -34,7 +34,7 @@ Finally, create a new pull request at https://github.com/Lruihao/FixIt/pulls to
|
||||
|
||||
### Branches
|
||||
|
||||
| Branch | Discription |
|
||||
| Branch | Description |
|
||||
| :-- | :-- |
|
||||
| master | _The branch open to the public and release versions_ |
|
||||
| RC branch | _The development branch of the next version, e.g. v0.2.12-RC_ |
|
||||
@@ -60,7 +60,7 @@ Finally, create a new pull request at https://github.com/Lruihao/FixIt/pulls to
|
||||
|
||||
#### Message
|
||||
|
||||
| Emoji | Type | Example | Discription (No Ambiguous) |
|
||||
| Emoji | Type | Example | Description (No Ambiguous) |
|
||||
| :-------------------------------------------- | :------- | :----------------------------------------------------------- | :----------------------------------------------------------- |
|
||||
| :tada: <br>:sparkles: | Feat | Feat: add {feature} | new feature |
|
||||
| :truck: | | Feat: adjust/migrate {feature name},{change details} | For the adjustment feature, it is necessary to describe the current situation (before) and after adjustment (after) |
|
||||
|
||||
@@ -18,7 +18,7 @@ comment: false
|
||||
- nickname: Lruihao
|
||||
avatar: https://lruihao.cn/images/avatar.jpg
|
||||
url: https://lruihao.cn
|
||||
discription: Lruihao's Note
|
||||
description: Lruihao's Note
|
||||
```
|
||||
|
||||
## Friendly Reminder
|
||||
|
||||
@@ -14,7 +14,7 @@ comment: false
|
||||
- nickname: Lruihao
|
||||
avatar: https://lruihao.cn/images/avatar.jpg
|
||||
url: https://lruihao.cn
|
||||
discription: Lruihao's Note
|
||||
description: Lruihao's Note
|
||||
```
|
||||
|
||||
## Friendly Reminder
|
||||
|
||||
@@ -13,7 +13,7 @@ comment: false
|
||||
- nickname: 菠菜眾長
|
||||
avatar: https://lruihao.cn/images/avatar.jpg
|
||||
url: https://lruihao.cn
|
||||
discription: 李瑞豪的博客
|
||||
description: 李瑞豪的博客
|
||||
```
|
||||
|
||||
## 友情提醒
|
||||
|
||||
@@ -209,7 +209,7 @@ Set `type: "friends"` in the front matter and create data file named `friends.ym
|
||||
- nickname: friend's name
|
||||
avatar: friend's avatar
|
||||
url: site link
|
||||
discription: discription of friend/site
|
||||
description: description of friend/site
|
||||
```
|
||||
|
||||
{{< admonition tip >}}
|
||||
|
||||
@@ -208,7 +208,7 @@ hugo new --kind post-bundle posts/bar/
|
||||
- nickname: 朋友名字
|
||||
avatar: 朋友头像
|
||||
url: 站点链接
|
||||
discription: 对朋友或其站点的说明
|
||||
description: 对朋友或其站点的说明
|
||||
```
|
||||
|
||||
{{< admonition tip >}}
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
# - nickname: friend's name 朋友名字
|
||||
# avatar: friend's avatar 朋友头像
|
||||
# url: site link 站点链接
|
||||
# discription: discription of friend/site 对朋友或其站点的说明
|
||||
# description: description of friend/site 对朋友或其站点的说明
|
||||
|
||||
- nickname: FixIt Source
|
||||
avatar: /images/Apple-Devices-Preview.png
|
||||
url: https://github.com/Lruihao/FixIt
|
||||
discription: A clean, elegant but advanced blog theme for Hugo
|
||||
description: A clean, elegant but advanced blog theme for Hugo
|
||||
- nickname: FixIt Demo
|
||||
avatar:
|
||||
url: /
|
||||
discription: 一个简洁、优雅且高效的 Hugo 主题
|
||||
description: 一个简洁、优雅且高效的 Hugo 主题
|
||||
- nickname: Lruihao
|
||||
avatar: https://lruihao.cn/images/avatar.jpg
|
||||
url: https://lruihao.cn
|
||||
discription: Lruihao's Note
|
||||
description: Lruihao's Note
|
||||
- nickname: Cell
|
||||
avatar: https://avatars.githubusercontent.com/u/33419593?v=4
|
||||
url: https://github.com/Lruihao
|
||||
discription: Lruihao's GitHub
|
||||
description: Lruihao's GitHub
|
||||
@@ -18,7 +18,7 @@
|
||||
<script src="//at.alicdn.com/t/font_578712_g26jo2kbzd5qm2t9.js" async defer></script>
|
||||
<div class="friend-links">
|
||||
{{ range $index, $friend := .Site.Data.friends }}
|
||||
<a class="friend-link" title="{{ $friend.discription }}" href="{{ $friend.url | safeURL }}" rel="external nofollow noopener noreferrer" target="_blank">
|
||||
<a class="friend-link" title="{{ $friend.description }}" href="{{ $friend.url | safeURL }}" rel="external nofollow noopener noreferrer" target="_blank">
|
||||
{{ if $friend.avatar }}
|
||||
<img class="friend-avatar lazyload" src="{{ $loading.RelPermalink }}" data-src="{{ $friend.avatar }}" alt="{{ $friend.nickname }}" />
|
||||
{{ else }}
|
||||
|
||||
Reference in New Issue
Block a user