diff options
| -rw-r--r-- | assets/sass/_customize.scss | 4 | ||||
| -rw-r--r-- | exampleSite/go.sum | 2 | ||||
| -rw-r--r-- | netlify.toml | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/assets/sass/_customize.scss b/assets/sass/_customize.scss index 5eb978a..4242627 100644 --- a/assets/sass/_customize.scss +++ b/assets/sass/_customize.scss @@ -173,8 +173,8 @@ ul.pager li { -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px; -webkit-border-top-right-radius:4px; - -moz-border-radius-topright:4px; - border-top-right-radius:4px; + -moz-border-radius-topright:4px; // editorconfig-checker-disable-line + border-top-right-radius:4px; // editorconfig-checker-disable-line } .post-tags a:before { diff --git a/exampleSite/go.sum b/exampleSite/go.sum index e69de29..d940ced 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -0,0 +1,2 @@ +github.com/sergeyklay/gohugo-theme-ed v0.0.0-20220424201054-c40490eb087e h1:8Lwe8SYrMB/GG3Fb+/dyK/yBVWDMc2B1I/ifovUzcZI= +github.com/sergeyklay/gohugo-theme-ed v0.0.0-20220424201054-c40490eb087e/go.mod h1:/wlttvayDGQGAoLINmDTucvGnbgWgjpUxetXbyUU5XM= diff --git a/netlify.toml b/netlify.toml index 5e671c6..240d8aa 100644 --- a/netlify.toml +++ b/netlify.toml @@ -15,13 +15,13 @@ HUGO_ENV = 'production' [context.deploy-preview] - command = 'hugo --gc --minify ---buildDrafts --buildFuture -b $DEPLOY_PRIME_URL' + command = 'hugo --gc --minify --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL' [context.deploy-preview.environment] HUGO_VERSION = '0.99.1' [context.branch-deploy] - command = 'hugo --gc --minify -b $DEPLOY_PRIME_URL' + command = 'hugo --gc --minify --baseURL $DEPLOY_PRIME_URL' [context.branch-deploy.environment] HUGO_VERSION = '0.99.1' |
