refactor: update personal email
This commit is contained in:
parent
21bdbe569c
commit
642e283173
@ -17,7 +17,7 @@
|
|||||||
<div class="page-title">Contact Info</div>
|
<div class="page-title">Contact Info</div>
|
||||||
<p>I can be reached in primarily two locations:
|
<p>I can be reached in primarily two locations:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="mailto:price@orion-technologies.io">By
|
<li><a href="mailto:price@price-hiller.com">By
|
||||||
Email</a></li>
|
Email</a></li>
|
||||||
<li><a href="https://github.com/PriceHiller/blog">At the Github repository for this website</a></li>
|
<li><a href="https://github.com/PriceHiller/blog">At the Github repository for this website</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -12,7 +12,7 @@ use std::{collections::HashMap, fs::DirEntry, path::PathBuf};
|
|||||||
use tera::Tera;
|
use tera::Tera;
|
||||||
|
|
||||||
#[derive(Parser, Debug)]
|
#[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 {
|
struct Args {
|
||||||
/// Path to a directory containing markdown files to parse
|
/// Path to a directory containing markdown files to parse
|
||||||
#[arg()]
|
#[arg()]
|
||||||
|
Loading…
Reference in New Issue
Block a user