refactor: update personal email
This commit is contained in:
parent
21bdbe569c
commit
a805e823d8
@ -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>
|
||||
|
@ -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()]
|
||||
|
Loading…
Reference in New Issue
Block a user