Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit fe9577b

Browse files
committed
Add id to heading.
1 parent 5c882c6 commit fe9577b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@babel/core": "^7.2.0",
1818
"@babel/preset-env": "^7.3.1",
1919
"@fullhuman/postcss-purgecss": "^1.1.0",
20-
"eleventy-plugin-yamldata": "0.1.1",
2120
"gulp": "^3.9.1",
2221
"gulp-babel": "^8.0.0",
2322
"gulp-clean-css": "^3.10.0",

site/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: ThunderPlains 2019
1111
<p>ThunderPlains is organized and backed by <a href="https://www.techlahoma.org">Techlahoma</a> – a volunteer-run 501(c)3 non-profit. Techlahoma is dedicated to advancing Oklahomans through accessible tech training and community building.</p>
1212
</div>
1313
<div class="container mx-auto py-8 px-4">
14-
<h2>Schedule</h2>
14+
<h2 id="schedule">Schedule</h2>
1515

1616
{% for schedule in schedule %}
1717
<div class="p-0 sm:p-4">

0 commit comments

Comments
 (0)