File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ div.post-list {
77 color : var (--pst-color-text-base ) !important ;
88}
99
10+ .post-meta {
11+ color : var (--colorSecondaryDark );
12+ }
13+
1014.post-list article {
1115 padding-top : 1.5rem ;
1216}
@@ -17,16 +21,15 @@ div.post-list {
1721}
1822
1923.post-author {
20- color : var (--colorSecondaryDark );
2124 display : inline;
2225}
2326
2427.post-author : not (: first-child ): before {
2528 content : ", " ;
2629}
2730
28- .post-list . post- date {
29- color : var ( --colorSecondaryDark ) ;
31+ .post-date {
32+ padding-left : 0.5 rem ;
3033}
3134
3235.post-list .post-summary {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ languageCode: "en-us"
33title : " Scientific Python Hugo Theme documentation"
44theme : scientific-python-hugo-theme
55relativeURLs : true
6- disableKinds : ["term", " taxonomy"]
6+ disableKinds : ["taxonomy"]
77
88markup :
99 highlight :
Original file line number Diff line number Diff line change 11< div class ="post-meta ">
22 < span class ="post-authors ">
33 {{- range .Params.author -}}
4- < div class ="post-author "> {{ partial "svg-icon" "person" }} {{ . }}</ div >
4+ < div class ="post-author "> < i class =" fa-solid fa-user " > </ i > {{ . }}</ div >
55 {{- end -}}
66 </ span >
77 {{ if .Date }}
8- < span class ="post-date "> {{ partial "svg-icon" " calendar" }} {{.Date.Format "January 2, 2006"}}</ span >
8+ < span class ="post-date "> < i class =" fa-regular fa- calendar "> </ i > {{.Date.Format "January 2, 2006"}}</ span >
99 {{ end }}
1010 {{- if .Params.tags -}}
1111 < div class ="post-tags ">
12- {{ partial "svg-icon" " tag" }}
12+ < i class =" fa-solid fa- tag "> </ i >
1313 {{- range .Params.tags -}}
1414 {{- $tag := lower . }}
1515 < span class ="post-tag "> < a href ="{{ path.Join "/tags/" $tag | relURL }}"> #{{ $tag }}</ a > </ span >
You can’t perform that action at this time.
0 commit comments