Solver problem with redundant </p> in carrer.html

Commented </p> redundant, Jekyll add this auto
This commit is contained in:
Jorge Arias 2015-09-19 19:15:47 -03:00
parent 1b6e663118
commit c44b9dd53e

View file

@ -24,7 +24,7 @@
<h4>{{ event.date }}</h4>
</div>
<div class="timeline-body">
<p class="text-muted">{{ event.description | markdownify }}</p>
<p class="text-muted">{{ event.description | markdownify }}<!-- </p> -->
</div>
</div>
</li>