Skip to content

Series update - fix styling #15275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/blog/series.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Pulumi Blog: All series"
layout: series
meta_desc: A list of all Pulumi blog series, sorted alphabetically.
meta_desc: A list of all Pulumi blog series including a description of each.
---

All [Pulumi blog](/blog/) series, sorted alphabetically.
All [Pulumi blog](/blog/) series.
2 changes: 1 addition & 1 deletion layouts/partials/blog/series-list-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h5 class="no-anchor text-lg font-semibold mb-4">All Blog Series</h5>
<li class="leading-snug">
{{ if eq .slug $currentTag }}
<!-- Current series - highlighted -->
<div class="bg-blue-50 border-l-4 border-blue-500 pl-3 py-2 rounded-r">
<div class="bg-blue-100 border-l-4 border-blue-500 pl-3 py-2 rounded-r">
<div class="text-sm font-semibold text-blue-900">{{ .title }}</div>
<div class="text-xs text-blue-700 mt-1">{{ substr .description 0 50 }}{{ if gt (len .description) 50 }}...{{ end }}</div>
<div class="text-xs text-blue-600 mt-1">Current series</div>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/blog/series-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h5 class="no-anchor text-lg font-semibold mb-4">In This Series</h5>
<li class="leading-snug">
{{ if eq $post.RelPermalink $.Page.RelPermalink }}
<!-- Current post - highlighted -->
<div class="bg-blue-50 border-l-4 border-blue-500 pl-3 py-2 rounded-r">
<div class="bg-blue-100 border-l-4 border-blue-500 pl-3 py-2 rounded-r">
<div class="text-sm font-semibold text-blue-900">{{ $titleMainText }}</div>
{{ if $titleSubText }}
<div class="text-xs text-blue-700 mt-1">{{ $titleSubText }}</div>
Expand Down
Loading