mirror of
https://gitlab.com/niansa/descindex.git
synced 2025-03-06 20:48:44 +01:00
Added "one up" link
This commit is contained in:
parent
33903cf549
commit
5177499a9a
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,8 @@ content_dir = R"(
|
|||
<p><a href="{2}">Open</a></p>
|
||||
)",
|
||||
bottom = R"(
|
||||
<br />
|
||||
<p><i><a href="..">One up</a></i></p>
|
||||
</body>
|
||||
</html>
|
||||
)";
|
||||
|
@ -46,6 +48,7 @@ top = R"(
|
|||
<title>{0} - Preview</title>
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="..">Leave preview</a></p>
|
||||
<h1>{0}</h1>
|
||||
<p>{1}</p>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue