Skip to content

Commit 8fa15f2

Browse files
committed
"I" > "We"
1 parent 37d0d40 commit 8fa15f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/interests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Interests</h2>
2-
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Topics that I want to learn more about.</p>
2+
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Topics that we want to learn more about.</p>
33
<div class="d-flex flex-wrap gutter-condensed mb-4">
44
{% for topic in site.topics limit: 4 %}
55
<div class="col-6 col-md-12 col-lg-6 col-xl-4 mb-3">

_includes/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Projects</h2>
2-
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">GitHub repositories that I've built.</p>
2+
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">GitHub repositories that we've built.</p>
33
<div class="d-sm-flex flex-wrap gutter-condensed mb-4">
44
{% assign sorted_repositories = site.github.public_repositories | sort: 'watchers_count' | reverse %}
55
{% for repository in sorted_repositories limit:6 %}

_includes/thoughts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Thoughts</h2>
2-
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Articles I've written.</p>
2+
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Articles we've written.</p>
33
<div class="d-sm-flex flex-wrap gutter-condensed mb-4">
44
{% for post in site.posts limit: 6 %}
55
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">

0 commit comments

Comments
 (0)