Skip to content

Commit 01e2726

Browse files
committed
Merge branch 'init-zack' of github.com:creativecommons/creativecommons.github.io-source into init-zack
2 parents 978f53f + ef86d16 commit 01e2726

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

content/blog/authors/mathemancer/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ username: mathemancer
22
---
33
name: Brent Moran
44
---
5-
md5_hashed_email: d06fcd3796829bac4f8fd1fb28fc47e4
5+
md5_hashed_email: e56fda401562f168817134ee8cccdf97
66
---
77
about:
88
[Brent](https://creativecommons.org/author/brent-moran/) is the Senior Data Engineer at Creative Commons. He's `mathemancer` on Freenode (IRC) and `@Brent Moran` on the CC Slack.

themes/vocabulary_theme/templates/blog-post.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,15 @@ <h4 class="category-title">Categories</h4>
5656
<h5 class="title">Posts in the {{ series.name }} series</h5>
5757
<ul class="posts">
5858
{% for post in series.children.order_by('pub_date') %}
59-
<li>
60-
<i class="icon circle-filled"></i><a href="{{ post|url }}">{{ post.title }}</a>
61-
</li>
59+
{% if post.path==this.path %}
60+
<li class="has-color-dark-slate-gray">
61+
<i class="icon circle-filled"></i>{{ post.title }}
62+
</li>
63+
{% else %}
64+
<li>
65+
<i class="icon circle-filled"></i><a href="{{ post|url }}">{{ post.title }}</a>
66+
</li>
67+
{% endif %}
6268
{% endfor %}
6369
</ul>
6470
</div>

webpack/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"devDependencies": {
1111
"@babel/core": "^7.9.0",
12-
"@creativecommons/vocabulary": "^2020.8.6",
12+
"@creativecommons/vocabulary": "^2020.8.7",
1313
"autoprefixer": "^9.7.5",
1414
"babel-loader": "^8.1.0",
1515
"bulma": "^0.9.0",

0 commit comments

Comments
 (0)