diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e5df6c88..6e1e26c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy on Github Pages on: push: branches: - - master + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 15c7adb1..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -image: monachus/hugo:latest - -variables: - GIT_SUBMODULE_STRATEGY: recursive - -pages: - script: - - hugo - artifacts: - paths: - - public - only: - - master diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a9e2ecd5..13a6ff67 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -11,7 +11,7 @@ {{ .Content }}

- {{ i18n "lastUpdated" }} {{ .Lastmod.Format "January 2, 2006" }}{{ with .File }} · {{ i18n "improvePage" }}{{ end }} + {{ i18n "lastUpdated" }} {{ .Lastmod.Format "January 2, 2006" }}{{ with .File }} · {{ i18n "improvePage" }}{{ end }} {{ if .IsTranslated }}
diff --git a/layouts/index.html b/layouts/index.html index 87feefa8..9e037302 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,7 +11,7 @@ {{ .Content }}

- {{ i18n "lastUpdated" }} {{ i18n "lastUpdatedDateFormat" .Lastmod }}{{ with .File }} · {{ i18n "improvePage" }}{{ end }} + {{ i18n "lastUpdated" }} {{ i18n "lastUpdatedDateFormat" .Lastmod }}{{ with .File }} · {{ i18n "improvePage" }}{{ end }} {{ if .IsTranslated }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 09f2c276..56bccdc5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -35,5 +35,5 @@ {{ i18n "joinMastodon" }} · {{ i18n "blog" }} ·

- +