forked from swlaschin/fsharpforfunandprofit.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.html
57 lines (41 loc) · 1.35 KB
/
post.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: default
---
<div class="container">
<div class="row">
<div class="col-md-9">
{% include series_toc_header.inc %}
{% unless page.hideHeader %}
<div class="page-header">
<h1>{{ page.title | escape }}</h1>
{% if page.description %}
<div class="subtitle ">{{ page.description | escape }}</div>
{% endif %}
<div class="postdate alignleft">{{ page.date | date_to_string }}</div>
<div class="alignright"> {% include twitter_tweet.inc %}</div>
<div class="alignoff"></div>
</div>
{% endunless %}
{{content}}
<div class="post-footer">
<hr>
{% include series_prev_next.inc %}
<div>
<br>
<div style="float:left">
Written by <a href="/about/">ScottW</a>.
<a href="https://github.com/swlaschin/fsharpforfunandprofit.com">Found a typo or error?</a>
Follow me on <a href="https://goo.gl/a1j5CS"><img src="/assets/img/Twitter_logo_blue_25x20.png" style="vertical-align: middle;"> Twitter</a>.
</div>
{% if page.categories.size > 0 %}<div class="categories" style="float:right">Filed under: {{ page.categories | category_links }}</div>{% endif %}
</div>
<div style="clear: both;"></div>
</div >
{% include series_toc.inc %}
{% include disqus.inc %}
</div> <!-- content -->
<div class="col-md-3 sidebar">
{% include sidebar.inc %}
</div> <!-- sidebar -->
</div> <!-- row -->
</div> <!-- container -->