File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22title : " Pulumi Blog: All series"
33layout : series
4- meta_desc : A list of all Pulumi blog series, sorted alphabetically .
4+ meta_desc : A list of all Pulumi blog series including a description of each .
55---
66
7- All [ Pulumi blog] ( /blog/ ) series, sorted alphabetically .
7+ All [ Pulumi blog] ( /blog/ ) series.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h5 class="no-anchor text-lg font-semibold mb-4">All Blog Series</h5>
4242 < li class ="leading-snug ">
4343 {{ if eq .slug $currentTag }}
4444 <!-- Current series - highlighted -->
45- < div class ="bg-blue-50 border-l-4 border-blue-500 pl-3 py-2 rounded-r ">
45+ < div class ="bg-blue-100 border-l-4 border-blue-500 pl-3 py-2 rounded-r ">
4646 < div class ="text-sm font-semibold text-blue-900 "> {{ .title }}</ div >
4747 < div class ="text-xs text-blue-700 mt-1 "> {{ substr .description 0 50 }}{{ if gt (len .description) 50 }}...{{ end }}</ div >
4848 < div class ="text-xs text-blue-600 mt-1 "> Current series</ div >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h5 class="no-anchor text-lg font-semibold mb-4">In This Series</h5>
7070 < li class ="leading-snug ">
7171 {{ if eq $post.RelPermalink $.Page.RelPermalink }}
7272 <!-- Current post - highlighted -->
73- < div class ="bg-blue-50 border-l-4 border-blue-500 pl-3 py-2 rounded-r ">
73+ < div class ="bg-blue-100 border-l-4 border-blue-500 pl-3 py-2 rounded-r ">
7474 < div class ="text-sm font-semibold text-blue-900 "> {{ $titleMainText }}</ div >
7575 {{ if $titleSubText }}
7676 < div class ="text-xs text-blue-700 mt-1 "> {{ $titleSubText }}</ div >
You can’t perform that action at this time.
0 commit comments