Skip to content

Commit f420c73

Browse files
committed
Content WIP
1 parent 3c531d9 commit f420c73

12 files changed

Lines changed: 20 additions & 65 deletions

src/_data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"authorEmail": "hello@conedevelopment.com",
33
"authorName": "Cone",
44
"copyright": "Some rights reserved.",
5-
"name": "Eleventy Documentation Theme",
5+
"name": "Spruce CSS Eleventy Documentation Template",
66
"slogen": "An Eleventy theme for documentation sites",
77
"social": {
88
"twitter": "https://twitter.com/conedevelopment",

src/_includes/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="header">
22
<div class="header__column">
33
<a class="header__logo" href="/">
4-
{% svgIcon './src/img/cone-docs-logo-beta.svg' %}
4+
{% svgIcon './src/img/cone-docs-logo.svg' %}
55
</a>
66
{% if navigation.header.length > 0 %}
77
<nav class="header__navigation">

src/_includes/partials/post-heading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="post-heading__title">
1010
{{ title }}
1111
</h1>
1212
{% endif %}
13-
{% if summary %}
13+
{% if summary and displaySummary %}
1414
<p class="post-heading__description">
1515
{{ summary }}
1616
</p>

src/img/cone-docs-logo-dark.svg

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)