Skip to content

Commit 678ac0c

Browse files
committed
fix(authors): update avatar URL for httpdss in .authors.yml
fix(mkdocs): correct tags plugin configuration in mkdocs.yml
1 parent ec7a065 commit 678ac0c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/blog/.authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ authors:
22
httpdss:
33
name: Kenneth Belitzky
44
description: Admin
5-
avatar: https://github.com/httpdss.png
5+
avatar: https://avatars.githubusercontent.com/u/39445?v=4

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ plugins:
9797
- search
9898
- social
9999
- blog
100-
- tags:
101-
tags_file: tags.md
100+
- tags
102101
- git-revision-date-localized:
103102
enable_creation_date: true
104103

0 commit comments

Comments
 (0)