Skip to content

Commit

Permalink
deploy: 65dd613
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Jan 12, 2024
1 parent 054ad22 commit 0a10fc6
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion app/classic → app/classic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,6 @@ <h2>More information</h2>
</nav>
</div>
</div>
<!-- Current page: /app/classic -->
<!-- Current page: /app/classic/ -->
</body>
</html>
2 changes: 1 addition & 1 deletion app/community → app/community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,6 @@ <h2>More information</h2>
</nav>
</div>
</div>
<!-- Current page: /app/community -->
<!-- Current page: /app/community/ -->
</body>
</html>
2 changes: 1 addition & 1 deletion app/cooperation → app/cooperation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,6 @@ <h2>More information</h2>
</nav>
</div>
</div>
<!-- Current page: /app/cooperation -->
<!-- Current page: /app/cooperation/ -->
</body>
</html>
2 changes: 1 addition & 1 deletion app/open_science → app/open_science/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,6 @@ <h2>More information</h2>
</nav>
</div>
</div>
<!-- Current page: /app/open_science -->
<!-- Current page: /app/open_science/ -->
</body>
</html>
16 changes: 8 additions & 8 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,30 +330,30 @@ <h1 class="mt-20 mb-8 text-center text-3xl font-extrabold sm:text-4xl">
</a>


<a href="/tags/announcement/">
<a href="/tags/product/">
<span class="badge hover:bg-info/20 badge-info badge-outline badge-lg h-[3rem] border-info !border-opacity-40 text-info">
announcement
product
</span>
</a>


<a href="/tags/product/">
<a href="/tags/announcement/">
<span class="badge hover:bg-info/20 badge-info badge-outline badge-lg h-[3rem] border-info !border-opacity-40 text-info">
product
announcement
</span>
</a>


<a href="/tags/extension/">
<a href="/tags/tech/">
<span class="badge hover:bg-info/20 badge-info badge-outline badge-lg h-[3rem] border-info !border-opacity-40 text-info">
extension
tech
</span>
</a>


<a href="/tags/tech/">
<a href="/tags/extension/">
<span class="badge hover:bg-info/20 badge-info badge-outline badge-lg h-[3rem] border-info !border-opacity-40 text-info">
tech
extension
</span>
</a>

Expand Down
2 changes: 1 addition & 1 deletion page-list/1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
<td></td>
</tr>
<tr>
<td><a href="/app/classic"><code>/app/classic</code></a></td>
<td><a href="/app/classic/"><code>/app/classic/</code></a></td>
<td></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</url>

<url>
<loc>https://bonfirenetworks.org/app/classic</loc>
<loc>https://bonfirenetworks.org/app/classic/</loc>
<lastmod>2024-01-12</lastmod>
</url>

Expand Down
142 changes: 71 additions & 71 deletions tags/all/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,18 +309,18 @@ <h1>Tags</h1>
<a href="/tags/community/" class="post-tag">community</a>


<a href="/tags/announcement/" class="post-tag">announcement</a>


<a href="/tags/product/" class="post-tag">product</a>


<a href="/tags/extension/" class="post-tag">extension</a>
<a href="/tags/announcement/" class="post-tag">announcement</a>


<a href="/tags/tech/" class="post-tag">tech</a>


<a href="/tags/extension/" class="post-tag">extension</a>


<a href="/tags/development/" class="post-tag">development</a>


Expand Down

0 comments on commit 0a10fc6

Please sign in to comment.