From a805e823d8006b9597af871f7ba1a18d9daaedad Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 26 Sep 2024 11:52:44 -0500 Subject: [PATCH] refactor: update personal email --- assets/templates/static/contact.html | 3 +-- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/templates/static/contact.html b/assets/templates/static/contact.html index 7b9ed31..fd49850 100644 --- a/assets/templates/static/contact.html +++ b/assets/templates/static/contact.html @@ -17,8 +17,7 @@
Contact Info

I can be reached in primarily two locations:

diff --git a/src/main.rs b/src/main.rs index 7ade5fe..4ebe148 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ use std::{collections::HashMap, fs::DirEntry, path::PathBuf}; use tera::Tera; #[derive(Parser, Debug)] -#[command(author = "Price Hiller ", version = "0.1", about = "Parses markdown documents to html with code syntax highlighting", long_about = None)] +#[command(author = "Price Hiller ", version = "0.1", about = "Parses markdown documents to html with code syntax highlighting", long_about = None)] struct Args { /// Path to a directory containing markdown files to parse #[arg()]