Skip to content

Commit 0f41179

Browse files
committed
Deploying to master from @ f2254a4 πŸš€
1 parent 8aabfa2 commit 0f41179

6 files changed

Lines changed: 11 additions & 13 deletions

File tree

β€Ž_sources/ohw26/index.md.txtβ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ The events will be all-day workshops (approximately 9am - 5pm). Join us for five
115115

116116
<div class="col-4" style="margin-bottom: 1rem">
117117

118-
```{image} ../assets/images/logos/cioospacific-logo.svg
119-
:alt: CIOOS Pacific
120-
:width: 180px
121-
```
118+
<img src="../assets/images/logos/cioospacific-logo.svg" alt="CIOOS Pacific" width="180px">
122119

123120
</div>
124121
<div class="col-4" style="margin-bottom: 1rem">

β€Žohw26/index.htmlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ <h2>OHW26 Sponsors<a class="headerlink" href="#ohw26-sponsors" title="Permalink
588588
</div>
589589
<div class="row">
590590
<div class="col-4" style="margin-bottom: 1rem">
591-
<img alt="CIOOS Pacific" src="assets/images/logos/cioospacific-logo.svg" width="180px" /> </div>
591+
<img src="../assets/images/logos/cioospacific-logo.svg" alt="CIOOS Pacific" width="180px">
592+
</div>
592593
<div class="col-4" style="margin-bottom: 1rem">
593594
<img alt="UW APL" src="../_images/apl_logo_blue.jpg" style="width: 180px;" />
594595
</div>

β€Žposts.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ <h2 class="ablog-post-title">
647647
<span><i class="fa-fw fa fa-tags"></i> </span
648648
>
649649

650-
<a href="posts/tag/bartag.html">BarTag</a>
651-
<a href="posts/tag/foo-tag.html">Foo Tag</a>
650+
<a href="posts/tag/foo-tag.html">Foo Tag</a>
651+
<a href="posts/tag/bartag.html">BarTag</a>
652652
</li>
653653

654654
</ul>

β€Žposts/2020.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@ <h2 class="ablog-post-title">
614614
<span><i class="fa-fw fa fa-tags"></i> </span
615615
>
616616

617-
<a href="tag/bartag.html">BarTag</a>
618-
<a href="tag/foo-tag.html">Foo Tag</a>
617+
<a href="tag/foo-tag.html">Foo Tag</a>
618+
<a href="tag/bartag.html">BarTag</a>
619619
</li>
620620

621621
</ul>

β€Žposts/tag/bartag.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ <h2 class="ablog-post-title">
595595
<span><i class="fa-fw fa fa-tags"></i> </span
596596
>
597597

598-
<a href="#">BarTag</a>
599-
<a href="foo-tag.html">Foo Tag</a>
598+
<a href="foo-tag.html">Foo Tag</a>
599+
<a href="#">BarTag</a>
600600
</li>
601601

602602
</ul>

β€Žposts/tag/foo-tag.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ <h2 class="ablog-post-title">
595595
<span><i class="fa-fw fa fa-tags"></i> </span
596596
>
597597

598-
<a href="bartag.html">BarTag</a>
599-
<a href="#">Foo Tag</a>
598+
<a href="#">Foo Tag</a>
599+
<a href="bartag.html">BarTag</a>
600600
</li>
601601

602602
</ul>

0 commit comments

Comments
Β (0)