mirror-web/fancy-index/before-legacy.html
Miao Wang fa5fb03c8a
make description in meta vary between pages
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
2021-05-21 12:06:01 +08:00

15 lines
309 B
HTML

---
permalink: /fancy-index/before-legacy.html
title: Index of {{url}}
legacy: true
---
<!DOCTYPE html>
<html>
{% capture metaDesc %}Index of {% raw %}{{url}}{% endraw %}{% endcapture %}
{% include head.html metaDesc=metaDesc nostyle="true"%}
<body>
<h1>Index of
<!--
vim: ts=2 sts=2 sw=2 noexpandtab
-->