From 16c536dd6472039b9235f08d30546aee7d551181 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Wed, 3 May 2023 13:56:07 -0400 Subject: [PATCH] booking --- content/pages/notary.rst | 2 +- pelicanconf.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/pages/notary.rst b/content/pages/notary.rst index ddb4d2c..a649dd6 100644 --- a/content/pages/notary.rst +++ b/content/pages/notary.rst @@ -16,5 +16,5 @@ If you want to use my services, I charge $5 per stamp (The maximum that NC allow To prepare, first familiarize yourself with `How to get something notarized `_. -Then, to request my services, `Email me `_. +Then, to request my services, `Email me `_ or `Book Me `_ diff --git a/pelicanconf.py b/pelicanconf.py index 0081bdf..ba6512e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,6 +16,7 @@ MENUITEMS = [ ('Categories', f'{SITEBASE}/categories.html'), ] LINKS = ( + ('Book Me', 'https://cal.com/tyrelsouza'), ('Code', 'https://gitea.tyrel.dev/'), ('Flying Blog', 'https://k3tas.radio/airband/'), ('Photos', 'https://www.flickr.com/photos/tyrelsouza/albums'),