Skip to content

Commit 60d06fb

Browse files
committed
chore(content): move headings to includes
1 parent f98a3a8 commit 60d06fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_includes/about.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<h2>What is this site?</h2>
2+
13
<p>
24
This is Cal-ITP's
35
<a href="https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites">

_includes/repos/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<h2>Browse our projects</h2>
2+
13
<div class="repo-list">
24
{% assign repos = site.data.repos | sort: "updated_at" | reverse %}
35
{% for repo in repos %}

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
layout: default
33
---
44

5-
<h2>What is this site?</h2>
6-
75
{% include about.html %}
86

9-
<h2>Browse our projects</h2>
10-
117
{% include repos/index.html %}

0 commit comments

Comments
 (0)