diff --git a/layouts/partials/linklist.html b/layouts/partials/linklist.html
index f7a296d..58d1775 100644
--- a/layouts/partials/linklist.html
+++ b/layouts/partials/linklist.html
@@ -4,7 +4,11 @@
- {{ .name }}
+ {{ .name }}
+
+ {{ $u := urls.Parse .url }}
+ {{ $u.Hostname }}
+
{{ .description }}
diff --git a/themes/dreamcast/static/css/main.css b/themes/dreamcast/static/css/main.css
index 367edb9..2674b3e 100644
--- a/themes/dreamcast/static/css/main.css
+++ b/themes/dreamcast/static/css/main.css
@@ -189,7 +189,7 @@ p.context {
}
.wrapper {
- max-width: 980px;
+ max-width: 1024px;
margin: 0 auto;
}
@@ -472,7 +472,8 @@ h3.index {
margin-bottom: 0.5em;
}
-.link-list summary {
+.link-list summary p {
+ line-height: 1;
/* margin: -0.5em -0.5em 0; */
/* padding: 0.5em; */
}