File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1- {{!< default }}
1+ {{!< default }}
2+ {{ #post }}
23<div id =" modern" >
3- {{ #post }}
4- <div class =" {{ post_class }} " >
5- <h1 class =" title" >{{ title }} </h1 >
6- {{ content }}
4+ <div class =" {{ post_class }} " >
5+ <h1 class =" title" >{{ title }} </h1 >
6+ <aside class =" gh-sidebar" >
7+ <div class =" gh-toc" ></div >
8+ </aside >
9+ <div class =" post-content" >{{ content }} </div >
710 </div >
8- {{ /post }}
911</div >
12+ {{ /post }}
13+ {{ #contentFor ' scripts' }}
14+ <script src =" {{ asset ' dist/post.js' }} " defer></script >
15+ {{ /contentFor }}
Original file line number Diff line number Diff line change 233233 .gh-toc {
234234 position : sticky;
235235 top : 4vmin ;
236- max-width : calc ((100vw - 800 px ) / 2 );
236+ max-width : calc ((100vw - 900 px ) / 2 );
237237 padding-right : 2rem ;
238238 }
239239 }
You can’t perform that action at this time.
0 commit comments