forked from robert/robertjohnson.work
Move content to docs folder and fix docker-compose(#367)
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
{% assign career-profile = site.data.data.career-profile %}
|
||||
{% if career-profile %}
|
||||
<section class="section summary-section">
|
||||
|
||||
<h2 class="section-title">
|
||||
<span class="fa-stack fa-xs">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fas fa-user fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
{{ career-profile.title }}
|
||||
</h2>
|
||||
|
||||
<div class="summary">
|
||||
{{ career-profile.summary | markdownify }}
|
||||
</div><!--//summary-->
|
||||
|
||||
</section><!--//section-->
|
||||
{% endif %}
|
Reference in New Issue
Block a user