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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 1.1.0] - 2017-03-30
11
17
### Added
12
18
- 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 %}
2
2
< div id ="skills " class ="entry ">
3
3
< header class ="entry-header ">
4
4
< h3 class ="entry-title "> Skills</ h3 >
@@ -17,4 +17,4 @@ <h4 class="title">{{ s.name }}</h4>
17
17
{% endfor %}
18
18
</ div >
19
19
</ div >
20
- {% endif %}
20
+ {% endif %}
Original file line number Diff line number Diff line change 1
- {% if cv.skills. %}
1
+ {% if cv.skills %}
2
2
< div id ="skills " class ="entry ">
3
3
< header class ="entry-header ">
4
4
< h3 class ="entry-title "> Skills</ h3 >
@@ -17,4 +17,4 @@ <h4 class="title">{{ s.name }}</h4>
17
17
{% endfor %}
18
18
</ div >
19
19
</ div >
20
- {% endif %}
20
+ {% endif %}
You can’t perform that action at this time.
0 commit comments