mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 10:36:42 -07:00
added meetup section & theme corrections
This commit is contained in:
parent
91300e29a6
commit
21c571749c
49 changed files with 8780 additions and 48 deletions
18
layouts/meetup/single.html
Normal file
18
layouts/meetup/single.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{{ partial "header.html" . }}
|
||||
<body lang="en" itemscope itemtype="http://schema.org/Article">
|
||||
{{ partial "subheader.html" . }}
|
||||
{{ $baseurl := .Site.BaseURL }}
|
||||
|
||||
<section id="main">
|
||||
<h1 itemprop="name" id="title">{{ .Title }}</h1>
|
||||
<div>
|
||||
<article itemprop="articleBody" id="content">
|
||||
{{ .Content }}
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ partial "meta_aside.html" . }}
|
||||
|
||||
{{ partial "disqus.html" . }}
|
||||
{{ partial "footer.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue