2017-08-26 12:53:13 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2017-08-26 16:47:35 +00:00
|
|
|
<div class="page crapaud">
|
2017-08-28 20:49:04 +00:00
|
|
|
{% if page.twitter %}<a href="https://twitter.com/{{ page.twitter }}" class="crap-social"><i class="iconside iconm-twitter"> </i></a>{% endif %}
|
2017-08-28 20:51:50 +00:00
|
|
|
{% if page.linkedin %}<a href="{{ page.linkedin }}" class="crap-social"><i class="iconside iconm-linkedin2"> </i></a>{% endif %}
|
2017-08-26 12:53:13 +00:00
|
|
|
<h1 class="page-title">{{ page.title }}</h1>
|
2017-08-26 16:47:35 +00:00
|
|
|
{% if page.description %}
|
|
|
|
<div class="description">{{ page.description}}</div>
|
|
|
|
{% endif %}
|
2017-08-26 12:53:13 +00:00
|
|
|
{% if page.photo %}
|
2017-08-26 16:47:35 +00:00
|
|
|
<img src="{{ site.urlimg }}/profiles/{{ page.photo }}" class="photo" width="256" height="256" />
|
2017-08-26 12:53:13 +00:00
|
|
|
{% else %}
|
2017-08-26 16:47:35 +00:00
|
|
|
<img src="{{ site.urlimg }}/profiles/crazy-toad-grey-256.png" class="photo" width="256" height="256" />
|
2017-08-26 12:53:13 +00:00
|
|
|
{% endif %}
|
|
|
|
{{ content }}
|
2017-08-31 00:36:44 +00:00
|
|
|
|
|
|
|
<hr class="">
|
|
|
|
{% include crapaud_posts.html %}
|
|
|
|
|
2017-08-26 12:53:13 +00:00
|
|
|
</div>
|
|
|
|
|
2017-08-31 00:36:44 +00:00
|
|
|
|
2017-08-26 12:53:13 +00:00
|
|
|
{% unless page.hide_printmsg == true %}
|
|
|
|
{% include printmsgpages.html %}
|
|
|
|
{% endunless %}
|
|
|
|
|
|
|
|
<div class="page-break"></div>
|
|
|
|
{% if site.disqus_shortname and page.comments == true %}<div id="disqus_thread"></div><!-- /#disqus_thread -->{% endif %}
|