Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 07649c7

Browse files
Merge pull request #1 from MinecraftU/page-fix
FIxed html sample page
2 parents 20f2dc7 + e16389b commit 07649c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<button id="previous"><<</button>
2020

2121

22-
{% assign pageCount = site.data.pages.pages %}
22+
{% assign pageCount = site.data.section_7.pages %}
2323
{% for i in (0..pageCount) %}
2424

2525
<div id="section_{{ i }}" class="section-position">

0 commit comments

Comments
 (0)