Skip to content

Commit

Permalink
fix: comment html section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiana Clemente authored and Fabiana Clemente committed May 6, 2024
1 parent 5a2a608 commit 305997a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<div class="row header">
<a class="anchor-pos" id="{{ section.content['anchor_id'] }}"></a>
<h1 class="page-header">{{ section.content['name'] }}</h1>
{% if section.content['name'] == 'Overview' %}
<p class="text-muted text-right">Brought to you by <a href="https://ydata.ai/?utm_source=opensource&utm_medium=ydataprofiling&utm_campaign=report">YData</a></p>
{% endif %}
<!--{% if section.content['name'] == 'Overview' %}
<p class="text-muted text-right">Brought to you by <a href="https://ydata.ai/?utm_source=opensource&utm_medium=ydataprofiling&utm_campaign=report">YData</a></p>
{% endif %}-->
</div>
<div class="section-items">
{{ html }}
Expand Down

0 comments on commit 305997a

Please sign in to comment.