franca-theme-blog/templates/index.j2

12 lines
298 B
Plaintext
Raw Normal View History

2023-07-23 19:42:50 +00:00
<!doctype html>
<html lang=en>
<head>
<title>{{ config.base_url }}/en/</title>
<link rel=canonical href="{{ config.base_url }}/en" />
<meta name=robots content="noindex">
<meta charset=utf-8>
<meta http-equiv=refresh content="0; url={{ config.base_url }}/en/">
</head>
</html>