Skip to content

Commit

Permalink
Update source-file.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tibitoth authored Nov 23, 2023
1 parent 4224249 commit c74b099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion overrides/partials/source-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</span>
</span>

{% if page.meta.git_creation_date_localized %}
<span class="md-source-file__fact">
<span class="md-icon" title="{{ lang.t("source.file.date.created") }}"> <svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
Expand All @@ -24,6 +25,7 @@
{{ page.meta.git_creation_date_localized }}
</span>
</span>
{% endif %}

<span class="md-source-file__fact">
<span class="md-icon" title="Szerzők">
Expand All @@ -42,4 +44,4 @@
{%- endfor -%}
</nav>
</span>
</div>
</div>

0 comments on commit c74b099

Please sign in to comment.