diff --git a/original-assets/styles/styles.scss b/original-assets/styles/styles.scss index a00cbf9..ab887ce 100644 --- a/original-assets/styles/styles.scss +++ b/original-assets/styles/styles.scss @@ -245,7 +245,18 @@ footer { nav, #post-actions, #related, - #interactions { + #interactions, + #posteditactions, + #tor { display: none; } + + a { + text-decoration: none; + } + + // Show link + .e-content a[href]:after { + content: " [" attr(href) "]"; + } } \ No newline at end of file diff --git a/templates/assets/css/styles.css b/templates/assets/css/styles.css index 3917a72..1f2a224 100644 --- a/templates/assets/css/styles.css +++ b/templates/assets/css/styles.css @@ -211,7 +211,17 @@ footer * { nav, #post-actions, #related, -#interactions { +#interactions, +#posteditactions, +#tor { display: none; } + + a { + text-decoration: none; + } + + .e-content a[href]:after { + content: " [" attr(href) "]"; + } } diff --git a/templates/footer.gohtml b/templates/footer.gohtml index ec685a2..25afcac 100644 --- a/templates/footer.gohtml +++ b/templates/footer.gohtml @@ -1,18 +1,15 @@ {{ define "footer" }} diff --git a/templates/post.gohtml b/templates/post.gohtml index 6b309db..39a3e94 100644 --- a/templates/post.gohtml +++ b/templates/post.gohtml @@ -28,7 +28,7 @@ {{ include "author" . }} {{ if .LoggedIn }} -
+