mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-21 03:12:37 +01:00
Refatoring
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<html>
|
||||
{%- include /functions/redirect-page.html -%}
|
||||
<head>
|
||||
{%- assign redirect_url = redirect_page.url | default: site.data.i18n[site.lang].home | append: ".html" -%}
|
||||
{%- include head.html redirect_url = redirect_url -%}
|
||||
{%- assign redirect_page = page.redirect_target -%}
|
||||
{%- include head.html redirect_url = redirect_page.url -%}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="main">
|
||||
<h1 id="title">{{ redirect_page.title }}</h1>
|
||||
@@ -16,6 +16,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="menu">
|
||||
{%- include logo.html -%}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user