Fix Liquid syntax error in `/cv/skills.html`
Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include. Remove extra `.` after `cv.skills`
This commit is contained in:
		
							parent
							
								
									14ed2e2d2f
								
							
						
					
					
						commit
						8b69401864
					
				| 
						 | 
					@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [Unreleased]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Added
 | 
				
			||||||
 | 
					### Changed
 | 
				
			||||||
 | 
					### Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [1.1.0] - 2017-03-30
 | 
					## [1.1.0] - 2017-03-30
 | 
				
			||||||
### Added
 | 
					### Added
 | 
				
			||||||
- Improved installation documentation. [#8](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/8)
 | 
					- Improved installation documentation. [#8](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/8)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% if cv.skills. %}
 | 
					{% if cv.skills %}
 | 
				
			||||||
  <div id="skills" class="entry">
 | 
					  <div id="skills" class="entry">
 | 
				
			||||||
    <header class="entry-header">
 | 
					    <header class="entry-header">
 | 
				
			||||||
      <h3 class="entry-title">Skills</h3>
 | 
					      <h3 class="entry-title">Skills</h3>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% if cv.skills. %}
 | 
					{% if cv.skills %}
 | 
				
			||||||
  <div id="skills" class="entry">
 | 
					  <div id="skills" class="entry">
 | 
				
			||||||
    <header class="entry-header">
 | 
					    <header class="entry-header">
 | 
				
			||||||
      <h3 class="entry-title">Skills</h3>
 | 
					      <h3 class="entry-title">Skills</h3>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue