diff --git a/src/homebrew/homebrew.html b/src/homebrew/homebrew.html
index 51afe50..d01e3ff 100644
--- a/src/homebrew/homebrew.html
+++ b/src/homebrew/homebrew.html
@@ -21,13 +21,13 @@
-
+
- Bree LaPointe
+ Bree LaPointe
Senior Software Engineer
diff --git a/src/homebrew/homebrew.sh b/src/homebrew/homebrew.sh
index fe756a3..81dbd4f 100644
--- a/src/homebrew/homebrew.sh
+++ b/src/homebrew/homebrew.sh
@@ -8,9 +8,9 @@ if ! which gojq; then
fi &> /dev/null
while sleep 1; do
- clear
+ date
cat ./homebrew.yaml \
| gojq --yaml-input . \
| tpl --file homebrew.tmpl \
- | tee ./homebrew.html
+ > ./homebrew.html
done
diff --git a/src/homebrew/homebrew.tmpl b/src/homebrew/homebrew.tmpl
index f169598..583bfd2 100644
--- a/src/homebrew/homebrew.tmpl
+++ b/src/homebrew/homebrew.tmpl
@@ -21,15 +21,15 @@
-
+
- Bree LaPointe
+ {{ range .resume.name }}{{ . }} {{ end }}
- Senior Software Engineer
+ {{ .resume.title }}