diff --git a/_config.yml b/_config.yml index 3de0a77e..ea87bc13 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,8 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site githuburl: "https://github.com/coala/projects" +gsoc_switch_month: 6 + plugins: - jekyll-netlify diff --git a/_faq/application-template.md b/_faq/application-template.md index 749eff9e..e27d035d 100644 --- a/_faq/application-template.md +++ b/_faq/application-template.md @@ -1,8 +1,12 @@ --- question: "Do you have an application template?" --- -coala 2018 Application Template -=============================== +{% assign month = "now" | date: "%-m" | plus: 0 %} +{% if month >= site.gsoc_switch_month %} +# coala {{ "now" | date: "%Y" | plus: 1 }} Application Template +{% else %} +# coala {{ "now" | date: "%Y" }} Application Template +{% endif %} ``` Student Info