diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html index 7beea49d9f..e06b3a4b08 100644 --- a/bskyweb/templates/home.html +++ b/bskyweb/templates/home.html @@ -8,6 +8,7 @@ + {%- endblock %} diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index 25a68c9718..55a0679fbd 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -10,8 +10,9 @@ {% block html_head_extra -%} {%- if postView -%} - + + {%- if requestURI %} {% endif -%} @@ -32,17 +33,20 @@ {% endif %} - - + + {% endif -%} {%- endblock %} {% block noscript_extra -%} +{%- if postView -%}

Post

{{ postView.Author.DisplayName }}

{{ postView.Author.Handle }}

{{ postView.Author.Did }}

{{ postView.Record.Val.Text }}

+

{{ postView.IndexedAt }}

+{% endif -%} {%- endblock %} diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html index 4d4f679466..d324a265e7 100644 --- a/bskyweb/templates/profile.html +++ b/bskyweb/templates/profile.html @@ -10,8 +10,9 @@ {% block html_head_extra -%} {%- if profileView -%} - + + {%- if requestURI %} {% endif -%} @@ -33,11 +34,11 @@ {% endif %} - {% endif -%} {%- endblock %} {% block noscript_extra -%} +{%- if profileView -%}

Profile

{{ profileView.DisplayName }}

@@ -45,4 +46,5 @@

{{ profileView.Did }}

{{ profileView.Description }}

+{% endif -%} {%- endblock %}