mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Reverted back to hyde-x theme and removed all meetup related content
This commit is contained in:
parent
1e44952695
commit
1a64efac69
293 changed files with 6963 additions and 3234 deletions
8
themes/hyde-x/layouts/_default/single.html
Normal file
8
themes/hyde-x/layouts/_default/single.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ partial "head.html" . }}
|
||||
<div class="content container">
|
||||
<div class="post">
|
||||
<h1 class="post-title">{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "foot.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue