File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99gem "webrick"
1010gem "rexml"
11- gem 'csv'
11+ gem 'csv'
12+ gem 'jekyll-redirect-from'
Original file line number Diff line number Diff line change @@ -6,12 +6,17 @@ twitter_username: ""
66github_username : skipgu
77email : skip@gota.gu.se
88instagram_username : " skip.gu"
9- linkedin_username : " company/ skip-student-association"
9+ linkedin_username : " skip-student-association"
1010discord_link : " https://tinyurl.com/skip-discord"
1111google_analytics : G-59HKXYXZ3V
1212
13+
1314paginate : 10
1415paginate_path : /page:num/
1516
1617plugins :
1718 - jekyll-paginate
19+ - jekyll-redirect-from
20+
21+ whitelist :
22+ - jekyll-redirect-from
Original file line number Diff line number Diff line change 1+ < a href ="https://www.linkedin.com/company/{{ include.username }} ">
2+ < span class ="icon icon--linkedin "> {% include icon-linkedin.svg %}</ span >
3+ < span class ="label "> {{ include.label | default: include.username }}</ span >
4+ </ a >
Original file line number Diff line number Diff line change 22title : Past Exams
33layout : post
44permalink : /past-exams/
5+ redirect_to : " https://github.com/skipgu/past-exams"
56actions :
67 - label : " View Repository"
78 icon : github
You can’t perform that action at this time.
0 commit comments