Browse Source

style: remove bullet points from course list

George Cushen 6 năm trước cách đây
mục cha
commit
e75bc8ea08
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      layouts/section/docs.html

+ 1 - 1
layouts/section/docs.html

@@ -6,7 +6,7 @@
   {{ with .Content }}
   {{ with .Content }}
   <div class="article-style" itemprop="articleBody">{{ . }}</div>
   <div class="article-style" itemprop="articleBody">{{ . }}</div>
   {{ end }}
   {{ end }}
-  <ul>
+  <ul class="list-unstyled">
     {{ if gt (len .Sections) 0}}
     {{ if gt (len .Sections) 0}}
     {{ range .Sections }}
     {{ range .Sections }}
     <li><h5><a href="{{.RelPermalink}}">{{.LinkTitle}}</a></h5> {{with .Params.summary}}<p>{{. | plainify | emojify}}</p>{{end}}</li>
     <li><h5><a href="{{.RelPermalink}}">{{.LinkTitle}}</a></h5> {{with .Params.summary}}<p>{{. | plainify | emojify}}</p>{{end}}</li>