You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To disable Open Graph inclusion you can create your own empty file `/layouts/_internal/opengraph.html`.
278
+
To disable Open Graph inclusion you can create your own empty file `/layouts/partials/opengraph.html`.
279
279
In fact almost empty not quite empty because an empty file looks like absent for HUGO. For example:
280
280
```
281
281
<!-- -->
@@ -304,7 +304,7 @@ If you are using `config.yaml` or `config.json`, consult the [configuration mark
304
304
305
305
This theme follows a simple incremental versioning. e.g. `v1.0.0`, `v2.0.0` and so on. Releases will happen on breaking changes.
306
306
307
-
If you want lower maintenance, use one of the released versions. If you want to live on the bleeding edge of changes, you can use the `master` branch and update your website when needed.
307
+
If you want lower maintenance, use one of the released versions. If you want to live on the bleeding edge of changes, you can use the `main` branch and update your website when needed, this also the default branch.
0 commit comments