Add ability to have have either one award, or multiple.

This commit is contained in:
Adam Sealey
2017-12-06 22:55:37 -08:00
parent 743461fdf0
commit 6a9fb34a7f
2 changed files with 8 additions and 3 deletions
+6
View File
@@ -6,3 +6,9 @@
- award: Quickest to fall asleep - award: Quickest to fall asleep
- award: Fastest donut eater - award: Fastest donut eater
summary: If you had any meaningful roles at college, feel free to write about them here summary: If you had any meaningful roles at college, feel free to write about them here
- degree: High School Diploma
uni: Springfield High
year: 1984
award: Least likely to graduate College
summary: You can choose to have either a single or multiple awards
+2 -3
View File
@@ -78,8 +78,7 @@
<div class="resume-item" itemscope itemprop="alumniOf" itemtype="http://schema.org/CollegeOrUniversity"> <div class="resume-item" itemscope itemprop="alumniOf" itemtype="http://schema.org/CollegeOrUniversity">
<h3 class="resume-item-title" itemprop="name">{{ education.uni }}</h3> <h3 class="resume-item-title" itemprop="name">{{ education.uni }}</h3>
<h4 class="resume-item-details group" itemprop="description">{{ education.degree }} &bull; {{ education.year }}</h4> <h4 class="resume-item-details group" itemprop="description">{{ education.degree }} &bull; {{ education.year }}</h4>
<!-- <h5 class="resume-item-details award-title" itemprop="description">{{ education.awards }}</h5> <h5 class="resume-item-details award-title" itemprop="description">{{ education.award }}</h5>
<h5 class="resume-item-details award-title" itemprop="description">{{ education.awards2 }}</h5> -->
<p class="resume-item-copy" itemprop="description"> <p class="resume-item-copy" itemprop="description">
<ul class="resume-item-list"> <ul class="resume-item-list">
{% for award in education.awards %} {% for award in education.awards %}
@@ -239,4 +238,4 @@
</body> </body>
</html> </html>