File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ title: Network Profile
14
14
<span class="subtitle">{{ page.email }}</span>
15
15
</a >
16
16
<br >
17
- <span class =" subtitle " >{{ page.country }}, {{ page.location }}</span >
17
+ <span class =" subtitle " >
18
+ {{ page.country }}{% if page.country != blank and page.location != blank %}, {% endif %}{{ page.location }}
19
+ </span >
18
20
19
21
<table width =" 100% " border =" 0 " >
20
22
<tr>
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Do you want to see yourself here? Click [here](https://github.com/NextCommunity/
65
65
</a>
66
66
</h4>
67
67
<h5>{{ network.role }}</h5>
68
- <h6>{{ network.country}}, {{ network.location}}</h6>
68
+ <h6>{{ network.country}}{% if network.country != blank and network.location != blank %}, {% endif %} {{ network.location}}</h6>
69
69
</td>
70
70
</tr >
71
71
{% endfor %}
You can’t perform that action at this time.
0 commit comments