Created
October 17, 2019 15:18
-
-
Save cobaltapps/07373d3b5866347a75aa799e59cf646c to your computer and use it in GitHub Desktop.
A simple list of Genesis framework XHTML to HTML5 markup conversions.
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
#wrap => .site-container | |
#header => .site-header | |
#title-area => .title-area | |
#title => .site-title | |
#description => .site-description | |
#nav => .nav-primary | |
#subnav => .nav-secondary | |
#inner => .site-inner | |
#content-sidebar-wrap => .content-sidebar-wrap | |
#content => .content | |
.post-info => .entry-header .entry-meta | |
.post-meta => .entry-footer .entry-meta | |
.navigation => .pagination | |
#sidebar => .sidebar-primary | |
#sidebar-alt => .sidebar-secondary | |
#footer => .site-footer | |
.author-box strong => .author-box-title | |
.author-box p => .author-box-content | |
.comment-author cite => .comment-author span | |
.commentmetadata => .comment-meta | |
.reply => .comment-reply | |
#pings => .entry-pings | |
.searchform => .search-form | |
.s => .search-form input[type=”search”] | |
.searchsubmit => .search-form input[type=”submit”] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment