Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit f6d48a1

Browse files
authored
Add code tab link to 05_change-theme
1 parent 2e79a79 commit f6d48a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/05_change-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can check out the `_config.yml` file on the **Code** tab of your repository.
1212

1313
Let's change the `_config.yml` so it's a perfect fit for your new blog. First, we need to use a blog-ready theme. For this activity, we will use a theme named `jekyll-theme-minimal`.
1414

15-
1. Navigate to the **Code** tab of this repository, and browse to the `_config.yml` file.
15+
1. Navigate to the **Code** tab of this repository, and browse to the `_config.yml` file, or click this link [here]({{ repoUrl }}/blob/master/_config.yml).
1616
1. In the upper right corner, click :pencil2: to open the file editor.
1717
1. Change `theme:` to **jekyll-theme-minimal** and modify the other configuration variables such as `title:`, `author:`, and `description:` to customize your site.
1818
1. Click **Create a new branch for this commit and start a pull request**.

0 commit comments

Comments
 (0)