Your sites Log in Sign up Menu

Resolved

45 questions tagged ‘Resolved’

Empty summary metadata is rendered as the text 'null'?

By default, I include a "Summary:" line in post metadata. I don't always add a Summary, but if I leave it empty it renders {{summary}} as null in the template. I tried adding a conditional like so: {{#summary}}{{summary}}{{/summary}} ...but that still renders as null unless I remove the Summary line from the front matter completely. I'd prefer it if I could leave an empty Summary: value in the post metadata without it rendering as null. Possible?

Dropbox not syncing?

I've made a few file changes in Dropbox that the client is happily picking up but for some reason Blot doesn't appear to be syncing so my site isn't being updated. The status page doesn't show anything and neither does the dashboard. Anyone else seeing this?

"/random" stick to the same link

I wonder why does the "/random" link stick to the same page from time to time? Is it just my site or anybody else got the same issue? I can't seem to understand the pattern because many times the page refreshes on each click but at times it gets stuck with one page.

Updated Blog theme has layout errors

(re-writing this as my first attempt was rushed and unclear) Since I last used it, the Blog theme appears to have been amended. The structure and CSS is different to that on another of my older Blot sites. The changes appear to introduce some issue that are consistent across multiple browsers and machines - for example content in the right margin is now positioned off the page and pagination text is positioned top-left over the top of itself. I assume these are theme errors because they're visible on the theme demo site too and differ from the screenshots provided. Has anyone identified the issue (although the HTML structure has changed, it looks like the CSS may be the issue here?) and / or is there a way to get the old theme to use, since the theme is unusable as-is.

500 Internal Server Error

Is the server down now? New post uploading and template editing keep failing.

{{last}} is not defined inside {{archives}}

I know {{^last}}{{/last}} does work on Blot in principle, considering this question. However, it does not seem to work with {{#entries}}, even though some templates try to make use of it. Specifically, I am talking about the "Index" template, which tries to do the following on its archives.html part: {{#entries}} <a class="archive" href="{{{url}}}">{{title}}</a>{{^last}}&nbsp;&nbsp;·&nbsp;{{/last}} {{/entries}} In case of three posts in a single month, e. g. "abc", "def" and "ghi", I would expect the following to appear on the archives page: abc · def · ghi However, the {{^last}}{{/last}} block never seems to be executed, which leaves me with: abc def ghi (The spaces are probably added because of the line break in the HTML code.) I suspect that the items of {{#entries}} do not even have a last-property, which is why Mustache evaluates it to "false" (for all items)? Or is there some other problem? This happens with a freshly forked "Index" template, so I think it should work out of the box.

Enabling search for pages?

Is there a way to enable search for certain pages? I am talking about "user-defined" pages, i. e. stuff in /Pages or with Page: yes, not something like the archives page. Posts work perfectly, but pages, no matter whether they are stored inside or outside of /Pages, do not work, even with the following metadata: Search: yes Is this supposed to work somehow? Considering quite a few people use Blot for / as their "digital garden" / notes / information store, being able to search these pages would be very helpful.

Slug metadata not working?

Is the Slug metadata field new? I know I've wanted it for a long time and only just now noticed it on the Metadata page. Either way, it is not working as advertised. When I tested it on an old post where I had used the Link field to customize its slug, it just dropped the rest of the Link Format I had defined. Instead of domain.name/path/to/post/slug it loaded as domain.name/slug So it basically functioned the same as the Link field.

Fork unsupported templates?

I am just getting started with Blot and would like to fork an unsupported template. I've previously tinkered around with that but recently with the changes to the blot site, I'm finding myself unable to access the "Fork" button on that Unsupported Templates page. The only button available to me is the "Preview" button. Is anyone experiencing the same? Does anyone know of a workaround? I would like to preview and fork specifically the Essay Old and Essay Two templates.

Metadata on Google Docs

I was trying to add the date and tags metadata info on to the Google Doc. The metadata shows up as text on the actual post. Does Google Doc based publishing support metadata?

1 2 3 4 5 Next