mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-10-13 07:54:31 +00:00
render text files too
This commit is contained in:
3
templates/textarticlefoot.html
Normal file
3
templates/textarticlefoot.html
Normal file
@@ -0,0 +1,3 @@
|
||||
</pre>
|
||||
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
|
||||
</body>
|
15
templates/textarticlehead.html
Normal file
15
templates/textarticlehead.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" />
|
||||
<link rel="stylesheet" type="text/css" href="/styles.css" />
|
||||
<title>$title$</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>$title$</h1>
|
||||
<p> This file was not rendered by notes2head because it is a plaintext file, not a markdown
|
||||
file.
|
||||
Below is an unformatted representation of the file:
|
||||
</p>
|
||||
<pre>
|
Reference in New Issue
Block a user