File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{{!< default }}
22
33
4- {{ #author }}
4+ {{ #author }}
5+
6+ {{ #contentFor " breadcrumb-author" }}
7+ <li class =" flex items-center gap-1 font-bold text-on-surface-strong dark:text-on-surface-dark-strong" aria-current =" {{ name }} " >{{ name }} </li >
8+ {{ /contentFor }}
9+
510 <header class =" mx-auto max-w-6xl px-6 pt-16 pb-12" >
611 <div class =" flex flex-col items-center gap-8 md:flex-row md:items-start" >
712 {{ #if profile_image }}
100105 </div >
101106 </div >
102107 </header >
103- {{ /author }}
108+
109+ {{ /author }}
104110
105111 <section class =" container mx-auto my-20 px-6" >
106112 {{ #author }}
Original file line number Diff line number Diff line change 22 "name" : " logly" ,
33 "description" : " Logly is a minimalistic open-source theme designed for Ghost blogs." ,
44 "demo" : " https://github.com/frontendweb3/logly" ,
5- "version" : " 2.0.2 " ,
5+ "version" : " 2.0.3 " ,
66 "engines" : {
77 "ghost" : " >=6.0.0"
88 },
1818 "format-fix" : " prettier --write ." ,
1919 "preview" : " node esbuild.config.js --preview" ,
2020 "zip" : " npm run build && bestzip $npm_package_name.zip assets/dist/* assets/images/* partials/* members/* *.hbs package.json" ,
21- "test-v5" : " pnpm dlx gscan@latest . --v5" ,
22- "test-v6" : " pnpm dlx gscan@latest . --v6" ,
21+ "test-v5" : " pnpm dlx gscan@5.2.5 . --v5" ,
22+ "test-v6" : " pnpm dlx gscan@5.2.5 . --v6" ,
2323 "pretest" : " npm run build"
2424 },
2525 "author" : {
Original file line number Diff line number Diff line change 4444 <li class =" flex items-center gap-1 font-bold text-on-surface-strong dark:text-on-surface-dark-strong" aria-current =" {{ tag.name }} " >{{ tag.name }} </li >
4545 {{ /is }}
4646 {{ #is " author" }}
47- < li class = " flex items-center gap-1 font-bold text-on-surface-strong dark:text-on-surface-dark-strong " aria-current = " {{ author.name }} " > {{ author.name }} </ li >
47+ {{{ block " breadcrumb- author" }}}
4848 {{ /is }}
4949 {{ #is " page" }}
5050 <li class =" flex items-center gap-1 font-bold text-on-surface-strong dark:text-on-surface-dark-strong" aria-current =" {{ page.title }} " >{{ page.title }} </li >
You can’t perform that action at this time.
0 commit comments