Skip to content

Commit 7794c24

Browse files
committed
refactor: Use title as heading where there is logo and layout
1 parent dc5cd54 commit 7794c24

File tree

17 files changed

+44
-34
lines changed

17 files changed

+44
-34
lines changed

cheatsheets/containers/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Containers
3-
layout: listing
42
logo: docker
3+
layout: listing
54
---
5+
# Containers
6+
67

78
See also the [Containers](https://github.com/MichaelCurrin/code-cookbook/tree/master/recipes/containers) section of Code Cookbook project.

cheatsheets/git/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Git
3-
layout: listing
42
logo: git
3+
layout: listing
54
---
5+
# Git
6+
67

78
See also [Git](https://github.com/MichaelCurrin/learn-to-code/tree/master/Version%20control/Git) section of Learn to Code repo.
89

cheatsheets/github/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: GitHub
3-
layout: listing
42
logo: github
3+
layout: listing
54
---
5+
# GitHub

cheatsheets/go/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Go
3-
layout: listing
42
logo: go
3+
layout: listing
54
---
5+
# Go

cheatsheets/graphql/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: GraphQL
3-
layout: listing
42
logo: graphql
3+
layout: listing
54
---
5+
# GraphQL

cheatsheets/html/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: HTML
3-
layout: listing
42
logo: html5
3+
layout: listing
54
---
5+
# HTML

cheatsheets/javascript/deno/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Deno
3-
layout: listing
42
logo: deno
3+
layout: listing
54
---
5+
# Deno
6+
67

78
Deno is a JavaScript runtime which is a replacement to Node.js and with a few enhancements.
89

cheatsheets/javascript/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: JavaScript
3-
layout: listing
42
logo: javascript
3+
layout: listing
54
---
5+
# JavaScript
6+
67

78
See also:
89

cheatsheets/javascript/node/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Node
3-
layout: listing
42
logo: node-dot-js
3+
layout: listing
54
---
5+
# Node
6+
67

78

89
## Regex

cheatsheets/javascript/npm/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: NPM
3-
layout: listing
42
logo: npm
3+
layout: listing
54
---
5+
# NPM
6+
67

78
## Resources
89

0 commit comments

Comments
 (0)