forked from electricdusk/rushlink
Revert "Format errors with HTML"
This reverts commit 80092dea5b.
After enabling both HTML and plain-text templating, I found that
this introduces a lot more complexity in the code than was desirable
for a project in this stage. The result looked fine, wrapping plain
text in <pre> tags. However, it was neccessary to keep duplicate
template files, for HTML and text. This was cumbersome, added a lot
of bloat, etc.
This feature is postponed to when there is more product.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{.Title}} | rushlink</title>
|
||||
</head>
|
||||
<pre>
|
||||
{{.Content}}
|
||||
</pre>
|
||||
Reference in New Issue
Block a user