https://github.com/openNAMU/openNAMU/issues/1696
@@ -107,6 +107,9 @@ async def render_template(name, data, sub, menu, other = []):
other_set["data"] = data
other_set["sub"] = [sub] + other
other_set["menu"] = menu
+ other_set["option"] = {
+ "path" : flask.request.path
+ }
return await python_to_golang("post", other_set = other_set, path = "template")
@@ -30,6 +30,7 @@
<meta name="keywords" content="{{title}}">
<meta name="description" content="{{description_doc}}">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="canonical" href="{{user_path}}" />
</head>
<body>
<header id="main">
@@ -1,5 +1,5 @@
{
"name" : "Ringo",
- "skin_ver" : "v1.2.0",
+ "skin_ver" : "v1.2.1",
"require_ver" : "20240426"
}