Skip to content

escapedcat/github-pages-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question

How come HTML structure looks like this?:

<body>
    <section class="page-header">
    </section>

    <section class="main-content">
    </section>
</body>

And not like this?:

<body cz-shortcut-listen="true">
    <a id="skip-to-content" href="#content">Skip to the content.</a>

    <header class="page-header" role="banner">
    </header>

    <main id="content" class="main-content" role="main">
    </main>
</body>

According to the latest default template of cayman it should use header, main and have a scip to content link.

Answer

Because GH pages & offical theme preview always shows master branch.
But GH pages is actually using the latest official version. In this case 0.1.1.
Confusing much? Yes!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages