1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Close #91. Site sidebar is now scrollable with main content.

This commit is contained in:
Chris Cummer
2018-05-31 21:49:10 -07:00
parent 70b56c314b
commit f86179b74e
31 changed files with 53 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="container">
<div class="sidebar-about text-center">
<!--<a href="{{ .Site.BaseURL }}"><h1 class="brand">{{ .Site.Title }}</h1></a>-->
<a href="{{ .Site.BaseURL }}">{{ with .Site.Params.authorimage }} <img src="{{.}}" alt="WFT Logo" class="" width=""> {{ end }}</a>