commit ce64182a468439f28a697406f5469d466778c1d4 parent 69d96e7813e2ad851356f0b16680d668d38b51f2 Author: David Eisinger <[email protected]> Date: Fri, 12 Jan 2024 10:09:56 -0500 Add contact info to RSS feed Diffstat:
| M | config.toml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.toml b/config.toml @@ -4,6 +4,10 @@ title = 'David Eisinger' theme = 'v2' enableGitInfo = true +[author] + name = 'David Eisinger' + email = '[email protected]' + [permalinks] pages = '/:title'