Skip to content

Commit 73e23f8

Browse files
committed
Rename "index" identifier to "home".
1 parent b7f4a50 commit 73e23f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ ul.chevron li {
259259
/**
260260
* Homepage Styles
261261
*/
262-
body.layout-default {
262+
html.home {
263263
pre.intro {
264264
font-size: 1.2em;
265265
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: index
2+
id: home
33
title: Lodash
44
description: A JavaScript utility library delivering consistency, modularity, performance, & extras.
55
layout: default

0 commit comments

Comments
 (0)