From 7dc4449def0d569f3ee3c94f6e9a48f1e53769b9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 3 Mar 2023 09:55:39 +0100 Subject: [PATCH] ci: temp disable linkcheck of unsplash (#369) --- .drone.yml | 4 ++-- src/sass/_shortcodes.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 87593bc..2481b43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,7 @@ steps: - name: link-validation image: thegeeklab/link-validator commands: - - link-validator --color=always --rate-limit 10 -e https://github.com/thegeeklab/hugo-geekblog/edit/main/.* + - link-validator --color=always --rate-limit 10 -e https://github.com/thegeeklab/hugo-geekblog/edit/main/.* -e https://unsplash.com.* environment: LINK_VALIDATOR_BASE_DIR: exampleSite/public LINK_VALIDATOR_RETRIES: 3 @@ -288,6 +288,6 @@ depends_on: --- kind: signature -hmac: 2a09d72217187ec12ccf2cd37e58bb4b4d9dcf71b8023817cf46eb5c6fed1f43 +hmac: 8cd0be1e342f0c4630d15fff1b5ee18451b3ac678be2ddbad54443f60c99ef70 ... diff --git a/src/sass/_shortcodes.scss b/src/sass/_shortcodes.scss index fb7f5e4..5851b4b 100644 --- a/src/sass/_shortcodes.scss +++ b/src/sass/_shortcodes.scss @@ -246,6 +246,7 @@ } } +// {{% progress %}} .gblog-progress { margin-bottom: $padding-16;