@@ -21,15 +21,15 @@ <h2 class="show-for-sr">Our vision</h2>
21
21
</ div >
22
22
</ div >
23
23
<!--
24
- <a class="primary large button"
24
+ <a class="primary large button"
25
25
href="https://eliademy.com/opensciencemooc">
26
26
{{ site.data.pages.index.hero.button }}
27
27
</a>
28
28
-->
29
29
</ div >
30
30
</ section >
31
31
<!-- END Hero -->
32
-
32
+
33
33
<!-- How Can You Help? -->
34
34
< div class ="grid-container ">
35
35
< section class ="grid-x grid-padding-x grid-padding-y ">
@@ -71,7 +71,7 @@ <h2>{{ site.data.pages.index.discover.title }}</h2>
71
71
< h3 class ="h4 "> {{ module.title }}</ h3 >
72
72
< ul class ="menu align-center ">
73
73
< li >
74
- < a class ="button primary hollow "
74
+ < a class ="button primary hollow "
75
75
href ="{{ module.url | relative_url }} ">
76
76
Learn More
77
77
</ a >
@@ -102,21 +102,21 @@ <h2>{{ site.data.pages.index.news.title }}</h2>
102
102
< div class ="cell small-12 medium-4 ">
103
103
< article >
104
104
< header >
105
- {% include helpers/file_exists.html
105
+ {% include helpers/file_exists.html
106
106
filename=post.image.url %}
107
107
{% if filename_exists == "true" %}
108
- < img src ="{{ post.image.url | relative_url }} "
108
+ < img src ="{{ post.image.url | relative_url }} "
109
109
alt ="{{ post.image.description }} ">
110
110
{% else %}
111
- < img src ="{{ "/assets/img/osm/osm-news-default.png" |
112
- relative_url }}"
111
+ < img src ="{{ "/assets/img/osm/osm-news-default.png" |
112
+ relative_url }}"
113
113
alt="{{ post.image.description }}">
114
114
{% endif %}
115
115
< h3 class ="h4 ">
116
116
< a href ="{{ post.url | relative_url }} "> {{ post.title }}</ a >
117
117
</ h3 >
118
118
< div class ="grid-x grid-padding-x ">
119
- < address class ="cell shrink "
119
+ < address class ="cell shrink "
120
120
style ="border-right: solid 1px #ccc; ">
121
121
{{ post.author }}
122
122
</ address >
@@ -125,15 +125,12 @@ <h3 class="h4">
125
125
</ time >
126
126
</ div >
127
127
</ header >
128
- < p > {{ post.excerpt }}</ p >
129
- < footer >
130
- < a href ="{{ post.url | relative_url }} ">
131
- Read more
132
- < span class ="show-for-sr ">
133
- about {{ post.title }} article.
134
- </ span >
135
- </ a >
136
- </ footer >
128
+ < a href ="{{ post.url | relative_url }} ">
129
+ Read more
130
+ < span class ="show-for-sr ">
131
+ about {{ post.title }} article.
132
+ </ span >
133
+ </ a >
137
134
</ article >
138
135
</ div >
139
136
{% endfor %}
0 commit comments