File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Import the theme in your Hugo config:
1919path = " github.com/bep/docuapi/v2"
2020```
2121
22- Note, if you want the older jQuery-versjon , replace the path with ` github.com/bep/docuapi ` .
22+ Note, if you want the older jQuery-version , replace the path with ` github.com/bep/docuapi ` .
2323
2424If you want to edit the SCSS styles, you need:
2525
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ Error Code | Meaning
2929Error Code | Meaning
3030---------- | -------
3131500 | Internal Server Error -- We had a problem with our server. Try again later.
32- 503 | Service Unavailable -- We're temporarially offline for maintanance . Please try again later.
32+ 503 | Service Unavailable -- We're temporarily offline for maintenance . Please try again later.
Original file line number Diff line number Diff line change 1+ - id : translations
2+ translation :
3+ one : " Übersetzung"
4+ other : " Übersetzungen"
5+
6+ # Search label
7+ - id : search
8+ translation : " Suche"
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ publish = "exampleSite/public"
33command = " hugo --gc -s exampleSite --minify"
44
55[context .production .environment ]
6- HUGO_VERSION = " 0.91.1 "
6+ HUGO_VERSION = " 0.91.2 "
77
88[context .deploy-preview ]
99command = " hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
1010
1111[context .deploy-preview .environment ]
12- HUGO_VERSION = " 0.91.1 "
12+ HUGO_VERSION = " 0.91.2 "
1313
1414[context .branch-deploy ]
1515command = " hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
1616
1717[context .branch-deploy .environment ]
18- HUGO_VERSION = " 0.91.1 "
18+ HUGO_VERSION = " 0.91.2 "
1919
2020
You can’t perform that action at this time.
0 commit comments