generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Auto-block Author Template & add author detail block. * update author index. * Fix missing header h1. * Update author-detail.css * author details * Update author-detail.css * variables * Feature/404 (#79) * hero * initial commit * errorpage * Update hero.js * Revert "Update hero.js" This reverts commit 5cd8a85. * Revert "hero" This reverts commit 5e3525e. --------- Co-authored-by: Bryan Stopp <[email protected]> * Dont need author template logic any more. * Fix a bit of the social stuff. * Fix some minor details on author detail block. * Styling fixes for image. * Double method declaration? * Empty list css file for now. * Fix bg image for performance. * Linting. * Eager load profile image. * Eager load lcp image. --------- Co-authored-by: Bryan Stopp <[email protected]> Co-authored-by: Bryan Stopp <[email protected]>
- Loading branch information
1 parent
1a9d7e1
commit 99a4615
Showing
17 changed files
with
456 additions
and
119 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/** Dummy File for now **/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default async function decorate(block) { | ||
block.innerHTML = ''; | ||
} |
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
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
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
File renamed without changes.
Oops, something went wrong.