diff --git a/_templates/base.html b/_templates/base.html index b10b73a..4771967 100644 --- a/_templates/base.html +++ b/_templates/base.html @@ -163,8 +163,7 @@

Built with Nēnē {{ build.nene_version }} from source code at - - {{ config.repository }} + {{ macros.github_link(config.repository) }} ({{ build.commit }}). Found a typo/mistake? diff --git a/_templates/macros.html b/_templates/macros.html index edadd5a..c6b33a2 100644 --- a/_templates/macros.html +++ b/_templates/macros.html @@ -73,6 +73,7 @@ {%- macro github_link(repo) -%} + {{ repo }} {%- endmacro -%} diff --git a/cv/index.md b/cv/index.md index 576549b..c471a1a 100644 --- a/cv/index.md +++ b/cv/index.md @@ -60,15 +60,13 @@ sections: **Looking for a career summary?** Here is a - short CV. -(LaTeX source code is in the {{ macros.github_link("leouieda/cv") }} GitHub -repository). +short CV +(LaTeX source at {{ macros.github_link("leouieda/cv") }}). **Want to read a narrative version?** I wrote an - academic autobiography (in Portuguese) -as part of my application for my current job at USP (LaTeX source code is in -the {{ macros.github_link("leouieda/memorial2023") }} GitHub repository). +academic autobiography +(in Portuguese) in 2023 (LaTeX source at {{ macros.github_link("leouieda/memorial2023") }}).