File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ include:
5
5
- ads.txt
6
6
locale : en_AU
7
7
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
13
13
tagline : A programming blog
14
14
url : " https://explodinglabs.github.io" # the base hostname & protocol for your site
Original file line number Diff line number Diff line change 1
1
< nav >
2
2
< 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 >
4
4
</ div >
5
5
< div id ="categories ">
6
6
<!--a href="/">All</a> <span>({{ site.posts | where_exp:"post","post.sitemap != false" | size }})</span-->
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: all
3
- title: Composed
3
+ title: Exploding Labs Blog
4
4
---
5
5
{% assign posts = site.posts | where_exp:"post","post.sitemap != false" | sort: 'date' | reverse %}
6
6
You can’t perform that action at this time.
0 commit comments