Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

♻️ : move inline style to css class for list page

+5 -1
+4
assets/css/custom.css
··· 123 123 margin: 0; 124 124 } 125 125 126 + /* styles for list pages */ 127 + .entries h3 { 128 + text-align: center; 129 + } 126 130 127 131 /* links style for books list view in home page */ 128 132 .books .info {
+1 -1
layouts/_default/list.html
··· 3 3 <p>{{ .Description }}</p> 4 4 <ul class="entries"> 5 5 {{ range .Pages.GroupByDate "2006" }} 6 - <h3 style="text-align: center;">{{ .Key }}</h3> 6 + <h3>{{ .Key }}</h3> 7 7 {{ range where .Pages "Params.updated" "eq" nil }} 8 8 <li> 9 9 <span class="title">