mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-04 19:24:42 +08:00
Markdown: Watch for file changes. Removed sitegen dependency for links.
This commit is contained in:
4
middleware/markdown/testdata/og/first.md
vendored
4
middleware/markdown/testdata/og/first.md
vendored
@ -1 +1,5 @@
|
||||
---
|
||||
title: first_post
|
||||
sitename: title
|
||||
---
|
||||
# Test h1
|
||||
|
@ -1,7 +1,8 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>first_post</title>
|
||||
<title>first_post</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Header title</h1>
|
||||
@ -9,4 +10,4 @@
|
||||
<h1>Test h1</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user