Skip to content

Commit 72aad9a

Browse files
committed
refactor: move author meta to config
1 parent 992f8ee commit 72aad9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ title: Alexander Fuks # the main title
1818

1919
tagline: "Ctrl, Alt, Diary: Flightpath" # it will display as the subtitle
2020

21+
author: Alexander Fuks # the author name
22+
2123
description: >- # used by seo meta and the atom feed
2224
A personal professional blog of Alexander Fuks focusing on software development, testing, and devops.
2325

_includes/metadata-hook.html

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
<meta name="author" content="Alexander Fuks">
2-
31
<script src="/assets/js/progress.js" defer></script>

0 commit comments

Comments
 (0)