1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00

Rename text html page to pastie and get rid of paste.

So confusing! :s
This commit is contained in:
King_DuckZ 2017-05-16 23:01:19 +01:00
parent 85f6781d81
commit aa9e1f884f
3 changed files with 1 additions and 12 deletions

View file

@ -1,11 +0,0 @@
{{> head}}
<body>
{{> topbar}}
<div id="content">
<p>{{pastie}}</p>
</div>
</body>
</html>

View file

@ -31,7 +31,7 @@ namespace tawashi {
);
protected:
virtual boost::string_ref page_basename() const override { return boost::string_ref("text"); }
virtual boost::string_ref page_basename() const override { return boost::string_ref("pastie"); }
private:
virtual void on_process() override;