Skip to content

Commit b32fafc

Browse files
authored
Merge pull request github#450 from rogeriopradoj/open-source-friday
i18n Open Source Friday index lead
2 parents 3777b50 + 3f89823 commit b32fafc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_data/locale/en-US.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ nav:
44

55
index:
66
lead: Open source software is made by people just like you. Learn how to launch and grow your project.
7+
opensourcefriday: It's Friday! Invest a few hours contributing to the software you use and love
78

89
article:
910
table_of_contents: Table of Contents

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="alt-h1">{{ site.title }}</h1>
1313
{{ site.data.locale[site.locale].index.lead }}
1414
</p>
1515
<p class="alt-lead" id="opensourcefriday" style="display:none">
16-
It's Friday! Invest a few hours contributing to the software you use and love:
16+
{{ site.data.locale[site.locale].index.opensourcefriday }}:
1717
<a href='https://opensourcefriday.com'>opensourcefriday.com</a>
1818
</p>
1919
</div>

0 commit comments

Comments
 (0)