diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 11f5d0d..c60631f 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -406,4 +406,36 @@ div.book { max-width:150px; min-height: 250px; vertical-align: top; +} + +div.friend-link { + width: 355px; + display: inline-block; + vertical-align: top; + padding: 0 10px; + margin-bottom: 10px; +} + +div.friend-link div.friend-link-avatar { + width: 64px; + height: 64px; + float: left; + margin-right: 10px; +} + +div.friend-link div.friend-link-avatar img { + margin: 0; +} + +div.friend-link div.friend-link-name { + height: 32px; + font-size: 24px; + line-height: 32px; +} + +div.friend-link div.friend-link-bio { + height: 32px; + font-size: 16px; + line-height: 32px; + overflow: hidden; } \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3d13f07..d688c82 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,6 +3,7 @@
{{- partial "head.html" . }} + {{ partialCached "footer.html" . .Layout .Kind (.Param "hideFooter") (.Param "ShowCodeCopyButtons") -}} + +