Last active
June 22, 2019 10:02
-
-
Save AlphaBlossom/78a701042c7454f279c6 to your computer and use it in GitHub Desktop.
Genesis HTML Structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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