Skip to content

Commit 7f758aa

Browse files
authored
spacing tweaks
1 parent d84af74 commit 7f758aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ <h2>Welcome to {{site.data.conf.location}}, {{site.data.conf.venue.catchline}}</
3838
<p>{{site.data.conf.venue.welcome-message}}</p>
3939
{% if site.data.conf.venue.name != '' %}
4040
<p>
41-
The conference will take place at the <a
42-
href="{{site.data.conf.venue.website}}">{{site.data.conf.venue.name}}</a>,
41+
The conference will take place at the <a href="{{site.data.conf.venue.website}}">{{site.data.conf.venue.name}}</a>,
4342
right in downtown {{ site.data.conf.location }}.
4443
</p>
4544
{% endif %}
@@ -67,7 +66,7 @@ <h3><a href="https://twitter.com/{{ testimonial.twitter }}">{{ testimonial.name
6766
</div>
6867
</div>
6968
{% endfor %}
70-
<script src="{{ " /assets/js/testimonials.js" | relative_url }}"></script>
69+
<script src="{{ "/assets/js/testimonials.js" | relative_url }}"></script>
7170
</div>
7271
</div>
7372
</section>

0 commit comments

Comments
 (0)