mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Added first meetup blog
This commit is contained in:
parent
21c571749c
commit
2daadd6dc0
7 changed files with 96 additions and 5 deletions
25
layouts/partials/meetup_details.html
Normal file
25
layouts/partials/meetup_details.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
{{ $baseurl := .Site.BaseURL }}
|
||||
<div>
|
||||
<section id="datecount">
|
||||
<h4 id="date"> {{ .Date.Format "Mon Jan 2, 2006" }} </h4>
|
||||
<h5 id="wc"> {{ .FuzzyWordCount }} Words </h5>
|
||||
<h5 id="readtime"> Read in about {{ .ReadingTime }} Min </h5>
|
||||
<h5><a href={{ $.Params.meetup_url }}>Link: Scala DC June 2017 Meetup</a></h5>
|
||||
</section>
|
||||
<ul id="tags">
|
||||
{{ range .Params.tags }}
|
||||
<li> <a href="{{ $baseurl }}/tags/{{ . | urlize }}">{{ . }}</a> </li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>I run the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">Angular DC</a><li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a><li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">ELastic Washington, User group</a><li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a><li>
|
||||
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue