Bug
81 questions tagged ‘Bug’
Hide scheduled posts from inbound links?
I have scheduled two posts in advance, "Part 1" today and "Part 2" next week. At the bottom of Part 1 though, it shows "links to this post," including (necessarily, currently only) "Part 2," even though this link is broken because it won't be shared until next week. Is there a way to hide this?
Escaping template variables in posts?
I am writing a post to share some setting, seems the variables will be disappeared if there is a conflict of template. Here's what I have on iA Writer and this is what it looks like after rendering by Blot.
Issue on mobile for Photos template
The second half of my photos on the photos template site doesn't load on the mobile version. Any suggestions for how to fix this?
Not able to delete a post
I created a post and now it is not getting removed from my blog even though the file has been deleted. I had initially connected by Google Drive. I have now connected it to Dropbox. But it is still the same problem. How do I delete the post? Interestingly, this post was created for one of my blogs. It somehow is being duplicated to my second blog, where it was never there as a file.
Ghost Post
I'm looking for help with a ghost post. An old post continues to appear on my blog even though the .txt file is no longer in my google drive folder. I cannot figure out a way of removing it. All help is welcome !
Obsidian markdown file not displaying correctly
I have one markdown file up as a test. It came straight from Obsidian, but most of the formatting for lists isn't working correctly. Looking for any ideas what i'm doing wrong. Thanks! EDIT: Disregard. It was user error. Either my formatting was never right, or it got messed up somehow between Obsidian and Blot. Fixed it up, and it is displaying properly now.
Favicon not displaying?
So, for whatever reason, my favicon for my site isn't displaying on tabs despite displaying on my website. Any idea why? Site: https://www.bookcraft.blog/
Blog Post Showing Up Twice
I use Google Drive to sync to my blog. I added a file to the folder, then moved it to a tagged folder, and now the post is showing up twice on my blog, despite having deleted any duplicate files and reloading my Drive and my blog. The "Fix Your Folder" option is not working, and the post is showing up twice in my Archives as well. Also, as an aside, old tags that I have removed from posts are still showing up in my Archives. Help!
Google Drive sync setup
Hi there, blot was able to automatically create a root folder for my blog but no other contents were added. I created a folder for Posts and upload a markdown file to test. Still, nothing is showing up in prod nor is the .md file getting recognized in blot's > sync view. Please advise, thanks! https://hcde.blot.im/
HTML Widget not rendering but works in CodePen
In CodePen the HTML snippet draws the widget with correct information, but when I paste the code to my Markdown page nothing renders. I can see the code is written on the page via Developer Mode, but it's getting a 400. The widget is from Literal.club and it has the following code: <div id="literal-widget" handle="<MY_HANDLE>" status="IS_READING" layout="list"></div> <script src="https://literal.club/js/widget.js"></script> I've used Substack iframes and they work fine.