diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 61f2d80..907a608 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -33,6 +33,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Ruby # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 diff --git a/_includes/components/footer.html b/_includes/components/footer.html new file mode 100644 index 0000000..a38d1c8 --- /dev/null +++ b/_includes/components/footer.html @@ -0,0 +1,48 @@ +{% capture footer_custom %} + {%- include footer_custom.html -%} +{% endcapture %} +