Skip to content

Commit 35594d8

Browse files
jenniferlynparsonsCharlotte Spencer
authored and
Charlotte Spencer
committed
Updated page and menu titles for easier reading and reducing redundancy (#27)
* Updated page and menu titles for easier reading and reducing redundancy * Updated homepage title
1 parent d206126 commit 35594d8

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ links:
7676
url: /enforcement
7777
- title: Resource Channels
7878
url: /resource-channels
79-
- title: RFC[r]-RFC Process
79+
- title: RFC Process
8080
url: /rfc-process
81-
- title: RFC[r]-Signup Policy
81+
- title: Signup Policy
8282
url: /rfc-signup
83-
- title: RFC[r]-Docents
83+
- title: Docents
8484
url: /rfc-docents
8585

8686
# Sitemap configuration

_pages/rfc-docents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: pageminimal
3-
title: "RFC [r] - WeAllJS Channel Docents"
3+
title: "Channel Docents"
44
permalink: /rfc-docents
55
---
66

7-
# RFC [r] - WeAllJS Channel Docents
7+
# Channel Docents
88

99
[ratified 2016-09-03]
1010
{: text-italic}
@@ -27,4 +27,4 @@ A channel's docent can usually be found listed in that channel's topic, and they
2727

2828
## How to become a docent
2929

30-
Are you in a channel without a docent? Send us an `/admin` request saying so! If there's no other active docent, we'll probably just say to go ahead and add yourself to the topic! If the current docent is inactive, or if you'd like to be a co-docent, feel free to message the admins and we can help facilitate a conversation if needed, but if the existing docent is fine with it, just let us know so we can update our docent list!
30+
Are you in a channel without a docent? Send us an `/admin` request saying so! If there's no other active docent, we'll probably just say to go ahead and add yourself to the topic! If the current docent is inactive, or if you'd like to be a co-docent, feel free to message the admins and we can help facilitate a conversation if needed, but if the existing docent is fine with it, just let us know so we can update our docent list!

_pages/rfc-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: pageminimal
3-
title: "RFC [r] - WeAllJS RFC Process"
3+
title: "RFC Process"
44
permalink: /rfc-process
55
---
66

7-
# RFC [r] - WeAllJS RFC Process
7+
# RFC Process
88

99
[ratified 2016-09-03]
1010
{: .text-italic}
@@ -55,4 +55,4 @@ Once an RFC is ratified, it is considered Official WeAllJS Community Policy, and
5555

5656
## How do I change an RFC after ratification?
5757

58-
RFCs themselves cannot be modified after ratification, but new RFCs can be proposed and ratified to amend or remove a policy previously ratified through the RFC process. These amendments will involve the exact same process as a regular RFC.
58+
RFCs themselves cannot be modified after ratification, but new RFCs can be proposed and ratified to amend or remove a policy previously ratified through the RFC process. These amendments will involve the exact same process as a regular RFC.

_pages/rfc-signup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: pageminimal
3-
title: "RFC [r]- WeAllJS Signup Policy"
3+
title: "Signup Policy"
44
permalink: /rfc-signup
55
---
66

7-
# RFC [r]- WeAllJS Signup Policy
7+
# Signup Policy
88

99
[ratified 2016-09-03]
1010
{: .text-italic}
@@ -77,4 +77,4 @@ Remember that immediate inclusion in House Verbot requires a significant degree
7777

7878
That's a good question – the No button on our signup message does not notify applicants about the rejection: it will simply drop and ignore the request. If you have not received an invite email, though, it's much more likely that there has been some delivery issue and you are free to try signing up again the next day.
7979

80-
If you continue to not receive the invites on signup, please contact us through any of the methods listed in the Enforcement section of the Code of Conduct, and we'll get back to you about it and resolve the matter.
80+
If you continue to not receive the invites on signup, please contact us through any of the methods listed in the Enforcement section of the Code of Conduct, and we'll get back to you about it and resolve the matter.

index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
22
layout: home
3-
title: We All JS
3+
title: Home
44
description: A JavaScript Community for Everyone
55
headline: We All JS
66
tags: [tags]
77
---
88

99
{% if site.paginate %}
1010
{% for post in paginator.posts %}
11-
11+
1212
{% if post.type != 'video' and post.type != 'status' and post.type != 'quote' and post.type != 'photo' %}
1313
<div class="row">
1414
<article class="post post col-md-8 col-md-offset-2">
1515
<header class="post-header">
1616
{% if post.featured %}
1717
<div class="cursive">this post is featured</div>
1818
{% endif %}
19-
19+
2020
{% if post.link %}
2121
<h2 class="post-title text-center super lighter">
2222
<a href="{{ site.url }}{{ post.url }}" style="color: #fff; background-color: #45ADA8; border-radius: 4px; padding: 10px">
2323
<i class="fa fa-link"></i> {{ post.title }}
2424
</a>
2525
{% else %}
2626
<h2 class="post-title text-center super lighter bordered-bottom">
27-
<a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
27+
<a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
2828
{% endif %}
2929
</h2>
3030
</header>
@@ -49,7 +49,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
4949
{% endif %}
5050
{% endif %}
5151
<span class="page-number">Page {{ paginator.page }} of {{ paginator.total_pages }}</span>
52-
{% if paginator.next_page %}
52+
{% if paginator.next_page %}
5353
<a class="older-posts" href="{{ site.url }}/blog/{{ paginator.next_page }}">Older Posts &rarr;</a>
5454
{% endif %}
5555
</nav>
@@ -147,7 +147,7 @@ <h2 class="post-title text-center super lighter">
147147
and <code>last modified on <time datetime="{{ post.modified | date: "%Y-%m-%d" }}" itemprop="dateModified">{{ post.modified | date: "%d %b %Y" }}</time></code>
148148
{% endif %}
149149
{% endif %}
150-
150+
151151
in <span class="post-tags">
152152
{% for tag in post.categories %}
153153
<a href="{{ site.url }}/categories/index.html#{{ post.categories | cgi_encode }}" data-toggle="tooltip" title="Other posts from the {{ tag | capitalize }} category" rel="tag">
@@ -187,7 +187,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
187187
and <code>last modified on <time datetime="{{ post.modified | date: "%Y-%m-%d" }}" itemprop="dateModified">{{ post.modified | date: "%d %b %Y" }}</time></code>
188188
{% endif %}
189189
{% endif %}
190-
190+
191191
in <span class="post-tags">
192192
{% for tag in post.categories %}
193193
<a href="{{ site.url }}/categories/index.html#{{ post.categories | cgi_encode }}" data-toggle="tooltip" title="Other posts from the {{ tag | capitalize }} category" rel="tag">
@@ -198,7 +198,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
198198
{% endunless %}
199199
{% endfor %}
200200
</span>
201-
201+
202202
{% if site.readtime %}
203203
&nbsp;<span class="post-tags"><i class="fa fa-clock-o"></i>&nbsp;
204204
{% if readtime > 1 and readtime < 1.5 %}
@@ -216,7 +216,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
216216
</header>
217217

218218
<div class="post-body bordered-bottom">
219-
{% if post.video %}
219+
{% if post.video %}
220220
{% assign video_embed = post.video | remove:'https://www.youtube.com/watch?v=' %}
221221
<p>
222222
<iframe width="940" height="529" src="//www.youtube.com/embed/{{ video_embed }}?theme=light&amp;color=white" frameborder="0"
@@ -256,7 +256,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
256256
<a href="{{ site.url }}{{ post.url }}"><img src="{{ site.url }}/images/{{ post.imagefeature }}" alt="{{ post.title }}" itemprop="image"></a>
257257
</figure>
258258
{% endif %}
259-
259+
260260
{% if post.link %}
261261
<h2 class="post-title text-center super lighter">
262262
<a href="{{ site.url }}{{ post.url }}" style="color: #fff; background-color: #45ADA8; border-radius: 4px; padding: 10px">
@@ -272,7 +272,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
272272

273273
<div class="post-info text-center small">
274274
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-time">{{ post.date | date: "%d %b %Y" }}</time>
275-
275+
276276
{% if post.modified %}
277277
{% if modifiedtime != posttime %}
278278
and <code>last modified on <time datetime="{{ post.modified | date: "%Y-%m-%d" }}" itemprop="dateModified">{{ post.modified | date: "%d %b %Y" }}</time></code>
@@ -330,7 +330,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
330330
{% if post.featured %}
331331
<div class="cursive">this post is featured</div>
332332
{% endif %}
333-
333+
334334
{% if post.link %}
335335
<h2 class="post-title text-center super lighter">
336336
<a href="{{ site.url }}{{ post.url }}" style="color: #fff; background-color: #45ADA8; border-radius: 4px; padding: 10px">
@@ -344,7 +344,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
344344
<div class="post-info text-center small">
345345
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-time">{{ post.date | date: "%d %b %Y" }}</time>
346346
{% if post.modified %}
347-
{% if modifiedtime != posttime %}
347+
{% if modifiedtime != posttime %}
348348
and <code>last modified on <time datetime="{{ post.modified | date: "%Y-%m-%d" }}" itemprop="dateModified">{{ post.modified | date: "%d %b %Y" }}</time></code>
349349
{% endif %}
350350
{% endif %}
@@ -362,15 +362,15 @@ <h2 class="post-title text-center super lighter bordered-bottom">
362362

363363
{% if site.readtime %}
364364
&nbsp;<span class="post-tags"><i class="fa fa-clock-o"></i>&nbsp;
365-
365+
366366
{% if readtime > 1 and readtime < 1.5 %}
367367
1 minute read
368368
{% endif %}
369369

370370
{% if readtime > 1.5 %}
371371
<span class="time">{{ readtime }}</span> minutes read
372372
{% endif %}
373-
373+
374374
{% if readtime < 1 %}
375375
Less than 1 minute read
376376
{% endif %}
@@ -381,7 +381,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
381381

382382
<div class="post-body bordered-bottom">
383383
{% assign excerptsize = post.excerpt | number_of_words %}
384-
384+
385385
{% if excerptsize <= 100 and excerptsize >= 50 %}
386386
<p class="lead">{{ post.excerpt | strip_html }}&hellip;</p>
387387
{% else %}
@@ -404,5 +404,5 @@ <h2 class="post-title text-center super lighter bordered-bottom">
404404
</div>
405405
{% endif %}
406406

407-
{% endfor %}
408-
{% endif %}
407+
{% endfor %}
408+
{% endif %}

0 commit comments

Comments
 (0)