mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -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
|
@ -8,14 +8,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{{$title}} — Caddy Documentation</title>
|
||||
{{include "/includes/docs-head.html"}}
|
||||
{{include "/includes/docs/head.html"}}
|
||||
<meta property="og:title" content="{{$title}} - Caddy Documentation">
|
||||
<meta name="twitter:title" value="{{$title}} - Caddy Documentation">
|
||||
</head>
|
||||
<body>
|
||||
{{include "/includes/docs-header.html"}}
|
||||
{{include "/includes/docs/header.html"}}
|
||||
<main>
|
||||
{{include "/includes/docs-nav.html"}}
|
||||
{{include "/includes/docs/nav.html"}}
|
||||
<div class="article-container">
|
||||
<div class="paper" id="paper1"></div>
|
||||
<div class="paper" id="paper2"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue