Add new partials for microformats, post cards, search functionality, and syndication
- Created `micro.html` for handling reply, repost, like, bookmark, and RSVP links. - Added `postCard.html` for rendering individual post items with icons based on post type. - Introduced `search-form.html` for search input and `search-index.html` for displaying search results. - Implemented `series.html` to show related posts in a series format. - Added `socialIcons.html` for rendering social media links. - Created `syndication.html` to display syndication links for posts. - Introduced `tags.html` for displaying tags and categories associated with posts. - Added `webmention.html` for integrating webmention functionality. - Updated SASS files for styling adjustments.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.author{margin:0}.center-img{display:flex;justify-content:center;width:80%}.menu .trigger{float:left;display:flex;align-items:center}@media screen and (max-width:768px){.menu .menu-icon{position:relative}}@keyframes enterIn{0%{opacity:0}100%{opacity:100}}@media only screen and (min-width:768px){#pridecodes-code-corner-svg{width:150px}}@media only screen and (max-width:767px){#pridecodes-code-corner-svg{width:75px}}#pridecodes-code-corner-svg{animation:enterIn 2s;transition:all .2s ease-in-out}#pridecodes-code-corner-svg:hover{transform:scale(1.1);transform-origin:left top}
|
||||
Reference in New Issue
Block a user