Skip to content

Commit

Permalink
Remove video from template
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Nov 28, 2024
1 parent b51e5a7 commit d3bbdf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h1>{{ page.title | default: site.title | default: site.github.repository_name }
<div id="banner">
<span id="logo"></span>

<a href="{{ site.video.link_url }}" target="_blank" class="button fork"><strong>{{ site.video.link_name }}</strong></a>
<a href="{{ site.lab.link_url }}" target="_blank" class="button fork"><strong>{{ site.lab.link_name }}</strong></a>
<div class="downloads">
<ul>
Expand All @@ -46,7 +45,6 @@ <h1>{{ page.title | default: site.title | default: site.github.repository_name }
</nav>
<section>
{{ content }}
<iframe title="Open Data Day: Open Datasets SEGES 2024" width="560" height="315" src="https://fediverse.tv/videos/embed/9370e6c1-8ccc-43f9-98b4-e0bf4dcd1dc2" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe>
</section>
<footer>
{% if site.github.is_project_page %}
Expand Down

0 comments on commit d3bbdf7

Please sign in to comment.