diff --git a/content/blog/_index.md b/content/blog/_index.md index caf5712..69f6c6f 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -2,4 +2,6 @@ title: My Blog 🌸 description: "Lauras Blog about random stuff :3" --- -I'll be posting about random stuff here :3 IT, Politics, Love... \ No newline at end of file +I'll be posting about random stuff here :3 IT, Politics, Love... + +Posts will be in _English_ and in _German_! \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d37d097..96f7f62 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,6 @@ - +{{ $language := or .Params.Language "en" }} +
{{ partial "head/meta.html" . }}