diff --git a/LICENSE b/LICENSE
index d6106da..232dec0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020 Ava Gaiety Wroten
+Copyright (c) 2020 Ava Gaiety W.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/_includes/baselayout.njk b/_includes/baselayout.njk
index 945f823..32f4590 100644
--- a/_includes/baselayout.njk
+++ b/_includes/baselayout.njk
@@ -1,50 +1,55 @@
-
+
+
diff --git a/content/feed.njk b/content/feed.njk
index d857c8e..a4a3b03 100644
--- a/content/feed.njk
+++ b/content/feed.njk
@@ -8,7 +8,7 @@
"url": "https://gaiety.life/",
"feedUrl": "https://gaiety.life/feed.xml",
"author": {
- "name": "Ava Gaiety Wroten",
+ "name": "Ava Gaiety W.",
"email": "ava@wroten.me"
}
}
diff --git a/content/posts/ember-new-lang.md b/content/posts/ember-new-lang.md
index 38c5901..07716fd 100644
--- a/content/posts/ember-new-lang.md
+++ b/content/posts/ember-new-lang.md
@@ -1,5 +1,5 @@
---
-title: 'ember new --lang'
+title: "ember new --lang"
date: 2020-06-08
tags:
- Ember
@@ -9,11 +9,10 @@ description: >-
RFC goes into final comment period for `ember new --lang` flag.
---
-I've been working with Joseph Sumner, Ava Wroten, Jamie White and Melanie Sumner to put together a RFC prioritized by the Ember A11y Strike team. These are talented people and I'm ever so glad I've had the chance to work with them!
+I've been working with Joseph Sumner, Ava Gaiety W., Jamie White and Melanie Sumner to put together a RFC prioritized by the Ember A11y Strike team. These are talented people and I'm ever so glad I've had the chance to work with them!
[Rendered RFC](https://github.com/hergaiety/rfcs/blob/ember-new-lang/text/0000-ember-new-lang.md), [Candidate Implementation](https://github.com/josephdsumner/ember-cli/compare/master...ember-new-lang-base), [RFC PR](https://github.com/emberjs/rfcs/pull/635).
> This RFC introduces the `--lang` flag as an option for `ember new`, `ember init`, and `ember addon` commands within the Ember CLI. The feature targets the ember-cli build process -- specifically, when generating the file for the application's entry point at `app/index.html`. If the flag is used with a valid language code, it will assign the `lang` attribute in the file's root `` element to that code. The `lang` attribute is [formally defined within the current HTML5 specification](https://html.spec.whatwg.org/#the-lang-and-xml:lang-attributes); it is used to specify the base human language of an element or a document in a way that can be programmatically understood by assistive technology.
[As featured in the Ember Times (June 5th, 2020)](https://blog.emberjs.com/2020/06/05/the-ember-times-issue-151.html)
-
diff --git a/content/posts/trans-female.md b/content/posts/trans-female.md
index 685f90c..f54803b 100644
--- a/content/posts/trans-female.md
+++ b/content/posts/trans-female.md
@@ -1,12 +1,13 @@
---
-title: 'Coming Out Again - Ava [She/Her]'
+title: "Coming Out Again - Ava [She/Her]"
date: 2019-10-11
tags:
- Life
description: >-
...this time as a transgendered woman! Perhaps the most exciting step I've taken yet.
---
-It seems like not all that long ago that I came out as [Non-binary](/coming-out-again-nb), but here we go again! I'm excited to announce I've come out as a transgendered woman She/Her and will now be going by Ava Gaiety Wroten.
+
+It seems like not all that long ago that I came out as [Non-binary](/coming-out-again-nb), but here we go again! I'm excited to announce I've come out as a transgendered woman She/Her and will now be going by Ava Gaiety W.
Legal name changes to come soon, along with HRT. Fingers crossed, wish me luck! Any old work with the name Jo or Joe Wroten is still my own work despite being under my dead name.
diff --git a/package.json b/package.json
index 13c85b5..72a5ca8 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
"keywords": [
"blog"
],
- "author": "Ava Wroten",
+ "author": "Ava Gaiety W.",
"license": "The Unlicense",
"bugs": {
"url": "https://gitlab.com/gaiety/gaiety-life/issues"