Source code of my website
1
fork

Configure Feed

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

๐Ÿ’„ : replace hr by borders

+3 -4
+3 -1
assets/css/custom.css
··· 4 4 5 5 ul.certifications { 6 6 display: flex; 7 - padding: 0; 7 + border-top: solid 1px white; 8 + border-bottom: solid 1px white; 9 + padding: 1rem 0 1rem 0; 8 10 } 9 11 10 12 .certifications li {
-3
layouts/partials/sidebar/title.html
··· 15 15 {{ with .Site.Params.description }}{{. | safeHTML}}{{end}} 16 16 </p> 17 17 18 - <hr/> 19 - 20 18 <ul class="certifications"> 21 19 {{ range .Site.Params.certifications }} 22 20 <li> ··· 28 26 {{ end }} 29 27 </ul> 30 28 31 - <hr/> 32 29 </div>