File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ <h1><a href="/">git ready</a></h1>
2424 {{ content }}
2525 </ div >
2626 < div class ="grid_2 prefix_2 links ">
27- < h3 id ="green "> Βασικά </ h3 >
27+ < h3 id ="green "> Για αρχάριους </ h3 >
2828 {% for post in site.categories.beginner %}
2929 < a href ="{{ post.url }} "> {{ post.title }}</ a >
3030 {% endfor %}
3131 </ div >
3232 < div class ="grid_2 links ">
33- < h3 id ="yellow "> Ενδιάμεσα </ h3 >
33+ < h3 id ="yellow "> Μέσο επίπεδο </ h3 >
3434 {% for post in site.categories.intermediate %}
3535 < a href ="{{ post.url }} "> {{ post.title }}</ a >
3636 {% endfor %}
3737 </ div >
3838 < div class ="grid_2 links ">
39- < h3 id ="red "> Προχωρημένα </ h3 >
39+ < h3 id ="red "> Για προχωρημένους </ h3 >
4040 {% for post in site.categories.advanced %}
4141 < a href ="{{ post.url }} "> {{ post.title }}</ a >
4242 {% endfor %}
You can’t perform that action at this time.
0 commit comments