Skip to content

Commit 42afef5

Browse files
author
Ryan Jacobs
committed
Add meta description to _config.yml.
1 parent 955680e commit 42afef5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ First, [install Jekyll](http://jekyllrb.com/docs/installation/). Then download S
2424

2525
### Other Files
2626

27-
* Edit `_config.yml` to change the site title.
27+
* Edit `_config.yml` to change the site's title and description.
2828
* Edit `_includes/head.html` to add custom code to `<head>`.
2929
* Edit `_includes/scripts.html` to add custom code before `</body>`.
3030
* Edit `README.md` before pushing your code.

Diff for: _config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Site settings
22
title: Solo, a Jekyll Theme
33
tag_text: Solo
4+
description: Solo is a Jekyll theme that supports single-page websites only, but supports them well. Yes, it’s responsive.
45

56
# Build settings
67
markdown: kramdown

Diff for: _layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="description" content="{{ site.description }}">
67
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78
<title>{{ site.title }}</title>
89
<link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>

Diff for: index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ First, [install Jekyll](http://jekyllrb.com/docs/installation/). Then download S
2626

2727
### Other Files
2828

29-
* Edit `_config.yml` to change the site title.
29+
* Edit `_config.yml` to change the site's title and description.
3030
* Edit `_includes/head.html` to add custom code to `<head>`.
3131
* Edit `_includes/scripts.html` to add custom code before `</body>`.
3232
* Edit `CNAME` to host on a custom domain.

0 commit comments

Comments
 (0)