Need to change title at HTML output
See original GitHub issueHello, please put something to change the title on the HTML output. I tried using HTML-title-tags, but it doesn’t work, since everything written in the Markdown document is written in the HTML-body-section. Instead of using the first h1, can you put a rule like this?
---
title: Document Title
---
or
% Document Title
It would be great so I don’t need to change the HTML output every time.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
What is an HTML Title Tag and How You Can Change the ...
To change your homepage's title tag directly in your website's HTML code, you'll need to open the main page of your website in...
Read more >HTML title tag - W3Schools
Go for a longer, descriptive title (avoid one- or two-word titles) · Search engines will display about 50-60 characters of the title, so...
Read more >The Document Title element - HTML - MDN Web Docs - Mozilla
The <title> HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It only contains...
Read more >How to dynamically change a web page's title? - Stack Overflow
You can just do something like, document.title = "This is the new page title."; , but that would totally defeat the purpose of...
Read more >How to Set a Title in HTML: 9 Steps (with Pictures) - wikiHow
Look at the top of the tab for your title. If your desired title shows, the code has loaded and worked! If not,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I would like to help, but I already have too much work to do. Apologies.
I might do it if I get time though
Awesome. Thanks!