aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index cb0c3ca..71cbbaf 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -13,7 +13,10 @@
background-repeat: no-repeat;
background-position: center;">
<div class="container">
- <h1 class="display-3">{{ package.title }} by {{ package.author.display_name }}</h1>
+ <h1 class="display-3">
+ {{ package.title }}
+ <small>by {{ package.author.display_name }}</small>
+ </h1>
<p class="lead">
{{ package.shortDesc }}