diff options
author | Cara Salter <cara@devcara.com> | 2022-04-07 11:30:57 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-04-07 11:31:23 -0400 |
commit | e7cf09322988983b6a0f05116af92e538dbd391c (patch) | |
tree | 3ae6fcb7297e33b90add3120ee8e5a2f7843b06b /templates/index.rs.html | |
parent | 716f68afd8fd3db5c0285939840a3adee04dc0dc (diff) | |
download | site-e7cf09322988983b6a0f05116af92e538dbd391c.tar.gz site-e7cf09322988983b6a0f05116af92e538dbd391c.zip |
templates: Initial h-card and h-entry support
Diffstat (limited to 'templates/index.rs.html')
-rw-r--r-- | templates/index.rs.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/index.rs.html b/templates/index.rs.html index 31ed504..0b8ddc0 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -5,15 +5,15 @@ @:header_html(None, None) <link rel="canonical" href="https://devcara.com"> - - <h1>Cara Salter</h1> +<div class="vcard h-card"> + <h1 class="fn p-name">Cara Salter</h1> <div class="two-column"> <div class="inner-column"> <h3>About me</h3> I am a: <ul> - <li>Trans woman (she/her)</li> + <li>Trans <div class="p-gender-identity">woman</div> (she/her)</li> <li>Eagle Scout</li> <li>Software Engineer</li> </ul> @@ -69,4 +69,5 @@ </div> </div> +</div> @:footer_html() |