8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b7adb commit e95efb6Copy full SHA for e95efb6
_pages/workshops/index.md
@@ -11,7 +11,7 @@ permalink: "/workshops/"
11
<section id="two" class="spotlights">
12
{% assign sorted_pages = site.pages | sort:"order" %}
13
{% for workshop in sorted_pages %}
14
- {% if workshop.path contains "/workshops/" %}
+ {% if workshop.path contains "/workshops/" %}
15
{% unless workshop.path contains "index" %}
16
<section>
17
<a href="{{ workshop.permalink | absolute_url }}" class="image">
_pages/workshops/sumorobot.md renamed to _pages/workshops/sumorobot-blockly.md
@@ -1,6 +1,6 @@
1
---
2
layout: page
3
-title: SumoRobot Workshop
+title: SumoRobot Blockly Workshop
4
permalink: "/workshops/sumorobot/"
5
image: assets/img/sumorobot_workshop_1.jpg
6
order: 1
0 commit comments