diff --git a/src/main/resources/templates/shared/post-view.html b/src/main/resources/templates/shared/post-view.html index 005585f..e825a0d 100644 --- a/src/main/resources/templates/shared/post-view.html +++ b/src/main/resources/templates/shared/post-view.html @@ -68,6 +68,9 @@ padding-top: 15px; border-top: 1px solid #eee; } + .hidden-link { + display: none; + }
@@ -86,40 +89,116 @@