Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-arino committed Jun 14, 2024
1 parent e8d7e5d commit cd3b1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% for pdf_file in pdf_files %}
{% capture p_file %} {{ pdf_file.name | remove: ".pdf" }} {% endcapture %}
{% if p_file contains q_file or q_file contains p_file or p_file == q_file %}
<li> Eureka!!!!! </li>
<li><a href="https://julien-arino.github.io/R-for-modellers/SLIDES/{{ qmd_file.name | remove: ".qmd" }}.pdf">{{ qmd_file.long-title }}</a>
{% endif %}
{% endfor %}
{% if qmd_file.youtube %}
Expand Down

0 comments on commit cd3b1b0

Please sign in to comment.