Compare commits
1 commit
98a70bec1d
...
7cda8a7e08
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cda8a7e08 |
2 changed files with 11 additions and 14 deletions
|
|
@ -15,15 +15,15 @@
|
|||
};
|
||||
|
||||
features = {
|
||||
submissions.enable = true;
|
||||
websites.enable = true;
|
||||
submissions.enable = false;
|
||||
websites.enable = false;
|
||||
drawing = {
|
||||
enable = true;
|
||||
canvasWidth = 300;
|
||||
canvasHeight = 140;
|
||||
enable = false;
|
||||
canvasWidth = 400;
|
||||
canvasHeight = 200;
|
||||
};
|
||||
voiceNote = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
maxDuration = 20;
|
||||
};
|
||||
telegram = {
|
||||
|
|
@ -44,8 +44,8 @@
|
|||
};
|
||||
|
||||
styles = {
|
||||
templateFile = ./templates/default.html;
|
||||
successTemplateFile = ./templates/success.html;
|
||||
templateFile = "./templates/default.html";
|
||||
successTemplateFile = "./templates/success.html";
|
||||
separator = "-----------";
|
||||
labels = {
|
||||
submit = "Submit";
|
||||
|
|
@ -54,8 +54,8 @@
|
|||
message = "Your message*:";
|
||||
};
|
||||
message = {
|
||||
width = 300;
|
||||
height = 100;
|
||||
width = 400;
|
||||
height = 150;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,20 +4,17 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{title}}</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
{{style}}
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-container">
|
||||
<nav>
|
||||
<nav style="white-space:normal;">
|
||||
<a href="/">ily [dot] rs</a> |
|
||||
<a href="/links/">links</a> |
|
||||
<a href="/now/">now</a> |
|
||||
sign the <a href="/g/">guestbook</a>
|
||||
</nav>
|
||||
|
||||
{{form}}
|
||||
|
||||
{{entries}}
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue