panr / hugo-theme-terminal

A simple, retro theme for Hugo
MIT License
2.03k stars 743 forks source link

Duplicated robots metatag #446

Closed cizordj closed 1 year ago

cizordj commented 1 year ago

If you disable robots' access while using this theme it produces two HTML meta tags with the same name “robots”.

Here is an example:

---
title: "Hello World"
date: "2023-03-22"
draft: false
description: "Page description"
noindex: true
---

# Hello world

It produces the following HTML:

. . .
<meta name="robots" content="noodp">
<meta name="robots" content="noindex">
. . .

Please make sure that only one tag is created.

davidhedlund commented 1 year ago

@panr

[I didn't know how to contact you so I'm posting here. Please be patient.]

Thank you very much for publishing https://linuxgamingcentral.com/posts/how-to-update-dualsense-firmware-on-linux/ ! I tried your guide, and the guide from https://www.youtube.com/watch?v=hs6iEpO_Aro, in Ubuntu 22.04 (the current stable version of Ubuntu) but failed. What do you think about the idea of writing a guide specifically for Ubuntu 22.04 if you will get some time over later? There are no distro specific guide how to do this (not even in the YouTube-link).

I'm willing to assist you. I have VMs installed to make things easier.

One thing that I noticed is (even if it's not a requirement) that this can be installed: Bottles -> some bottle name -> Dependencies -> dotnet48 (Microsoft .NET Framework 4.8)