imported theme and posts from WP
This commit is contained in:
parent
2266e3ddc5
commit
c5892a5972
60 changed files with 1095 additions and 21 deletions
22
themes/hacksite/layouts/_default/index.html
Normal file
22
themes/hacksite/layouts/_default/index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
<main role="main">
|
||||
<div class="jumbotron">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-auto">
|
||||
<img src="images/avatar.png" class="rounded float-left" alt="avatar"/>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<h1 class="display-3">HACK13's Site</h1>
|
||||
<p>Just another fox on the internet.<br>
|
||||
<strong>Other Aliases:</strong> Timothy Vyper, kite552, dothacker552</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
Reference in a new issue