refactor: update personal email

This commit is contained in:
Price Hiller 2024-09-26 11:52:44 -05:00
parent 21bdbe569c
commit a805e823d8
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,7 @@
<div class="page-title">Contact Info</div>
<p>I can be reached in primarily two locations:
<ul>
<li><a href="mailto:price@orion-technologies.io">By
Email</a></li>
<li><a href="mailto:price@price-hiller.com">price@price-hiller.com</a></li>
<li><a href="https://github.com/PriceHiller/blog">At the Github repository for this website</a></li>
</ul>
<p>

View File

@ -12,7 +12,7 @@ use std::{collections::HashMap, fs::DirEntry, path::PathBuf};
use tera::Tera;
#[derive(Parser, Debug)]
#[command(author = "Price Hiller <price@orion-technologies.io>", version = "0.1", about = "Parses markdown documents to html with code syntax highlighting", long_about = None)]
#[command(author = "Price Hiller <price@price-hiller.com>", 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()]