mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Rename @custom.site_logo_in_main_navigation
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
				
			|||||||
    {{ghost_head}}
 | 
					    {{ghost_head}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body class="{{body_class}}{{#match @custom.title_font "=" "Elegant serif"}} has-serif-title{{/match}}{{#match @custom.body_font "=" "Modern sans-serif"}} has-sans-body{{/match}}{{#if @custom.show_publication_cover}} has-cover-image{{/if}}{{#is "home"}}{{#unless @custom.site_logo_in_main_navigation}} no-logo{{/unless}}{{/is}}">
 | 
					<body class="{{body_class}}{{#match @custom.title_font "=" "Elegant serif"}} has-serif-title{{/match}}{{#match @custom.body_font "=" "Modern sans-serif"}} has-sans-body{{/match}}{{#if @custom.show_publication_cover}} has-cover-image{{/if}}{{#is "home"}}{{#unless @custom.show_logo_in_navigation}} no-logo{{/unless}}{{/is}}">
 | 
				
			||||||
<div class="viewport">
 | 
					<div class="viewport">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <header id="gh-head" class="gh-head outer">
 | 
					    <header id="gh-head" class="gh-head outer">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,7 +22,7 @@ into the {body} of the default.hbs template --}}
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    {{#match @custom.header_style "!=" "Hidden"}}
 | 
					    {{#match @custom.header_style "!=" "Hidden"}}
 | 
				
			||||||
        <div class="site-header-inner inner">
 | 
					        <div class="site-header-inner inner">
 | 
				
			||||||
            {{#unless @custom.site_logo_in_main_navigation}}
 | 
					            {{#unless @custom.show_logo_in_navigation}}
 | 
				
			||||||
                {{#if @site.logo}}
 | 
					                {{#if @site.logo}}
 | 
				
			||||||
                    <img class="site-logo" src="{{@site.logo}}" alt="{{@site.title}}">
 | 
					                    <img class="site-logo" src="{{@site.logo}}" alt="{{@site.title}}">
 | 
				
			||||||
                {{else}}
 | 
					                {{else}}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -120,7 +120,7 @@
 | 
				
			|||||||
                "default": "Center aligned",
 | 
					                "default": "Center aligned",
 | 
				
			||||||
                "group": "homepage"
 | 
					                "group": "homepage"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "site_logo_in_main_navigation": {
 | 
					            "show_logo_in_navigation": {
 | 
				
			||||||
                "type": "boolean",
 | 
					                "type": "boolean",
 | 
				
			||||||
                "default": false,
 | 
					                "default": false,
 | 
				
			||||||
                "group": "homepage"
 | 
					                "group": "homepage"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user