Skip to content

Commit 783dba8

Browse files
committed
Replace Composed with Exploding Labs Blog
1 parent 8c26ced commit 783dba8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ include:
55
- ads.txt
66
locale: en_AU
77
plugins:
8-
- jekyll-redirect-from
9-
- jekyll-seo-tag
10-
- jekyll-sitemap
11-
- jekyll-last-modified-at
12-
title: Composed
8+
- jekyll-redirect-from
9+
- jekyll-seo-tag
10+
- jekyll-sitemap
11+
- jekyll-last-modified-at
12+
title: Exploding Labs Blog
1313
tagline: A programming blog
1414
url: "https://explodinglabs.github.io" # the base hostname & protocol for your site

docs/_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav>
22
<div id="logo">
3-
<a href="/">Composed<!--img src="/assets/composed.png" /--></a>
3+
<a href="/">Exploding Labs Blog<!--img src="/assets/composed.png" /--></a>
44
</div>
55
<div id="categories">
66
<!--a href="/">All</a> <span>({{ site.posts | where_exp:"post","post.sitemap != false" | size }})</span-->

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: all
3-
title: Composed
3+
title: Exploding Labs Blog
44
---
55
{% assign posts = site.posts | where_exp:"post","post.sitemap != false" | sort: 'date' | reverse %}
66

0 commit comments

Comments
 (0)