File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ### Added
11+ ### Changed
12+ ### Fixed
13+
14+ - Liquid syntax error: "Expected id but found end_of_string_in ` cv.skills. ` " in ` /cv/skills.html ` include.
15+
1016## [ 1.1.0] - 2017-03-30
1117### Added
1218- Improved installation documentation. [ #8 ] ( https://github.com/mmistakes/jekyll-theme-basically-basic/issues/8 )
Original file line number Diff line number Diff line change 1- {% if cv.skills. %}
1+ {% if cv.skills %}
22 < div id ="skills " class ="entry ">
33 < header class ="entry-header ">
44 < h3 class ="entry-title "> Skills</ h3 >
@@ -17,4 +17,4 @@ <h4 class="title">{{ s.name }}</h4>
1717 {% endfor %}
1818 </ div >
1919 </ div >
20- {% endif %}
20+ {% endif %}
Original file line number Diff line number Diff line change 1- {% if cv.skills. %}
1+ {% if cv.skills %}
22 < div id ="skills " class ="entry ">
33 < header class ="entry-header ">
44 < h3 class ="entry-title "> Skills</ h3 >
@@ -17,4 +17,4 @@ <h4 class="title">{{ s.name }}</h4>
1717 {% endfor %}
1818 </ div >
1919 </ div >
20- {% endif %}
20+ {% endif %}
You can’t perform that action at this time.
0 commit comments