personal-website

source for my personal website regexghost.com
git clone https://git.regexghost.com/personal-website.git
Log | Files | Refs | README

default.html (197B)


      1 <!DOCTYPE html>
      2 <head>
      3   <link rel="stylesheet" href="/style.css">
      4   <title>{{ .Title }}</title>
      5 </head>
      6 {{template "top.html"}}
      7     <h1>{{ .Title }}</h1>
      8 {{ .Content }}
      9 {{template "bottom.html"}}