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:
parent
85f6781d81
commit
aa9e1f884f
3 changed files with 1 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
|||
{{> head}}
|
||||
<body>
|
||||
|
||||
{{> topbar}}
|
||||
|
||||
<div id="content">
|
||||
<p>{{pastie}}</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue