Skip to content

Commit 38ad69a

Browse files
authored
Merge pull request #255 from activebridge/fix/post_json
Fix post seo name && fix post styles
2 parents dad7c77 + 3495e09 commit 38ad69a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/post_seo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{
5555
"@type": "ListItem",
5656
"position": 3,
57-
"name": "From Discovery to Launch",
57+
"name": "{{ page.title }}",
5858
"item": "{{ page.url | prepend: site.baseurl | prepend: site.url }}"
5959
}
6060
]

_posts/2025-04-22-how-emerging-tech-is-reshaping-custom-software-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ date-modified: "2025-04-22"
2222
article-body: How Emerging Tech is Reshaping Custom Software Development in 2025
2323
---
2424

25-
# Introduction: The State of Software Development in 2025
25+
## Introduction: The State of Software Development in 2025
2626

2727
Software development is undergoing a real transformation in 2025. Just a few years ago, teams relied on predictable roadmaps and stable tech stacks. But today? AI coding assistants, cloud-native infrastructure, DevSecOps, and low-code platforms are changing how we build, scale, and secure software.
2828

_sass/blog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
}
212212

213213
h4 {
214-
font-family: 'FixelText-Regular';
214+
font-family: 'FixelText-Bold';
215215
font-size: 18px;
216216
font-style: normal;
217217
}

0 commit comments

Comments
 (0)