This commit is contained in:
Mohamed Assaleh 2023-01-10 21:56:40 +00:00 committed by GitHub
commit 99b9429cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,20 +36,23 @@
{{ghost_head}} {{ghost_head}}
</head> </head>
<body class="{{body_class}}{{{block "body_class"}}} is-head-{{#match @custom.navigation_layout "Logo on the left"}}left-logo{{else match @custom.navigation_layout "Logo in the middle"}}middle-logo{{else}}stacked{{/match}}{{#match @custom.typography "Elegant serif"}} has-serif-font{{/match}}{{#match @custom.typography "Consistent mono"}} has-mono-font{{/match}}{{#match @custom.post_feed_layout "Classic"}} has-classic-feed{{/match}}{{#match @custom.post_feed_layout "Typographic"}} has-typographic-feed{{/match}}{{#match @custom.post_feed_layout "Parallax"}} has-parallax-feed{{/match}}"> <body class="{{body_class}}{{{block "body_class"}}} is-head-{{#match @custom.navigation_layout "Logo on the left"}}left-logo{{else match @custom.navigation_layout "Logo in the middle"}}middle-logo{{else}}stacked{{/match}}
{{#match @custom.typography "Elegant serif"}} has-serif-font{{/match}}{{#match @custom.typography "Consistent mono"}} has-mono-font{{/match}}
{{#match @custom.post_feed_layout "Classic"}} has-classic-feed{{/match}}{{#match @custom.post_feed_layout "Typographic"}} has-typographic-feed{{/match}}
{{#match @custom.post_feed_layout "Parallax"}} has-parallax-feed{{/match}}">
<div class="gh-site"> <div class="gh-site">
<header id="gh-head" class="gh-head gh-outer"> <header id="gh-head" class="gh-head gh-outer">
<div class="gh-head-inner gh-inner"> <div class="gh-head-inner gh-inner">
<div class="gh-head-brand"> <div class="gh-head-brand">
<div class="gh-head-brand-wrapper"> <div class="gh-head-brand-wrapper">
<a class="gh-head-logo" href="{{@site.url}}">
{{#if @site.logo}} {{#if @site.logo}}
<img src="{{@site.logo}}" alt="{{@site.title}}"> <a class="gh-head-logo" href="{{@site.url}}"><img style="max-height: 75px" src="{{@site.logo}}" alt="Logo"></a>
<p class="gh-head-logo"><a class="gh-head-logo" href="{{@site.url}}">{{@site.title}}</a><br/>
<span class="gh-head-logo" style="font-size: 1.5rem">{{@site.description}}</span></p>
{{else}} {{else}}
{{@site.title}} <a class="gh-head-logo" href="{{@site.url}}">{{@site.title}}</a>
{{/if}} {{/if}}
</a>
</div> </div>
<button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button> <button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
<button class="gh-burger"></button> <button class="gh-burger"></button>