mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-24 00:29:03 +00:00
Improve single design
This commit is contained in:
parent
ef1800933b
commit
1fe0f81e01
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "content.html" . }}
|
||||
<div id="main">
|
||||
<div class="container">
|
||||
{{ partial "content.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue