mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
Use subdirs for includes (#212)
This commit is contained in:
parent
3f97d611b4
commit
ec2cf03fad
18 changed files with 24 additions and 24 deletions
12
src/includes/docs/header.html
Normal file
12
src/includes/docs/header.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<header>
|
||||
<div>
|
||||
<div id="logo-container">
|
||||
<a href="/"><img src="/resources/images/caddy-wordmark.svg" id="logo" alt="Caddy"></a>
|
||||
<div id="logo-docs">Documentation</div>
|
||||
</div>
|
||||
<div id="zerossl-project">
|
||||
a <a href="https://zerossl.com"><img src="/resources/images/zerossl-logo.svg" id="zerossl-logo"></a> project
|
||||
</div>
|
||||
</div>
|
||||
{{include "/includes/header-nav.html"}}
|
||||
</header>
|
Loading…
Add table
Add a link
Reference in a new issue