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()]