Skip to content

Instantly share code, notes, and snippets.

@AlphaBlossom
Last active June 22, 2019 10:02
Show Gist options
  • Save AlphaBlossom/78a701042c7454f279c6 to your computer and use it in GitHub Desktop.
Save AlphaBlossom/78a701042c7454f279c6 to your computer and use it in GitHub Desktop.
Genesis HTML Structure
<header class="site-header">
<div class="wrap">
<div class="title-area">
<!-- title-area content -->
</div>
<aside class="widget-area header-widget-area">
<!-- aside content -->
</aside>
</div>
</header>
<body>
<div class="site-container">
<header class="site-header"></header>
<div class="site-inner"></div>
<footer class="site-footer"></footer>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment