diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 11703eab..4cc18f79 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step diff --git a/_layout/head.html b/_layout/head.html index 1f29d624..8c9e35d5 100644 --- a/_layout/head.html +++ b/_layout/head.html @@ -50,8 +50,20 @@ - - + {{ispage index || ispage 404}} + + + {{end}} + + {{ispage blogposts/* || ispage tutorialposts/*}} + + + {{end}} + + {{ispage getting_started || ispage blog || ispage governance || ispage gsoc || ispage tutorials}} + + + {{end}} diff --git a/_layout/navbar.html b/_layout/navbar.html index f0ee46ec..e1113ef7 100644 --- a/_layout/navbar.html +++ b/_layout/navbar.html @@ -1,31 +1,88 @@