diff --git a/content/treehouse.tree b/content/treehouse.tree
new file mode 100644
index 0000000..cc8e6e0
--- /dev/null
+++ b/content/treehouse.tree
@@ -0,0 +1,11 @@
+%% title = "treehouse"
+
+% id = "01HP5AKRNQY9TCEHCQDM09YH64"
+- ## welcome to the Construct
+
+ % id = "01HP5AKRNQM1W672XM435DPDJD"
+ - you managed to click on the tree, hooray!
+
+ % id = "treehouse/changelog"
+ content.link = "treehouse/changelog"
+ + what's going on inside the house?
diff --git a/content/treehouse/changelog.tree b/content/treehouse/changelog.tree
index b970199..ee80f44 100644
--- a/content/treehouse/changelog.tree
+++ b/content/treehouse/changelog.tree
@@ -1,5 +1,8 @@
%% title = "what's going on inside the house? (a changelog)"
+% id = "01HP5AKRNJRG1W71MDJ8QY4YFW"
+- **revision 4:** there's now a thing in the footer
+
% id = "01HP45HV411QDDK8ZBNNBNR6AX"
- **revision 3:** just a bit more polish :relieved:
diff --git a/static/css/main.css b/static/css/main.css
index 0fe8bec..96b4dcd 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -362,6 +362,18 @@ h1.page-title {
font-size: 1.25rem;
}
+/* Style the footer */
+
+footer {
+ margin-top: 4rem;
+ text-align: right;
+ opacity: 40%;
+
+ & #footer-icon {
+ color: var(--text-color);
+ }
+}
+
/* Style emojis to be readable */
img[is="th-emoji"] {
@@ -451,4 +463,4 @@ img[is="th-emoji"] {
#index\:treehouse>details:not([open])>summary .oops-you-seem-to-have-gotten-stuck {
display: inline;
animation: 4s hello-there forwards;
-}
\ No newline at end of file
+}
diff --git a/template/tree.hbs b/template/tree.hbs
index 1293eb9..99aee82 100644
--- a/template/tree.hbs
+++ b/template/tree.hbs
@@ -90,6 +90,59 @@
{{{ page.tree }}}
+
+ {{#if (ne page.tree_path 'treehouse')}}
+
+ {{/if}}