mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 20:37:27 +00:00 
			
		
		
		
	| @@ -23,7 +23,6 @@ | ||||
|           {{#if r.contact.website}}<div class="website"><a href="{{{ RAW.contact.website }}}">{{ RAW.contact.website }}</a></div>{{/if}} | ||||
|         </div> | ||||
|       </header> | ||||
|       </header> | ||||
|  | ||||
|  | ||||
| {{#if r.info.brief}} | ||||
| @@ -79,7 +78,7 @@ | ||||
|   <span class="fa fa-lg fa-building"></span> | ||||
|   {{#each r.employment.history}} | ||||
|     {{#if url}} | ||||
|     <h4><span class="res-label">{{ position }}</span>, <a href="{{ url }}">{{ employer }}</a></h4> | ||||
|     <h4><span class="res-label">{{ position }}</span>, <a href="{{{ url }}}">{{ employer }}</a></h4> | ||||
|     {{else}} | ||||
|     <h4><span class="res-label">{{ position }}</span>, <span class="defunct">{{ employer }}</span></h4> | ||||
|     {{/if}} | ||||
| @@ -88,7 +87,7 @@ | ||||
|     {{#if proj.highlights}} | ||||
|       <ul> | ||||
|       {{#each highlights}} | ||||
|         <li>{{ this }}</li> | ||||
|         <li>{{{ this }}}</li> | ||||
|       {{/each}} | ||||
|       </ul> | ||||
|     {{/if}} | ||||
| @@ -110,7 +109,7 @@ | ||||
|     {{#if courses}} | ||||
|       <ul> | ||||
|       {{#each courses}} | ||||
|         <li>{{ this }}</li> | ||||
|         <li>{{{ this }}}</li> | ||||
|       {{/each}} | ||||
|       </ul> | ||||
|     {{/if}} | ||||
| @@ -137,7 +136,7 @@ | ||||
|     {{#if highlights}} | ||||
|       <ul> | ||||
|       {{#each highlights}} | ||||
|         <li>{{ this }}</li> | ||||
|         <li>{{{ this }}}</li> | ||||
|       {{/each}} | ||||
|       </ul> | ||||
|     {{/if}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user