Blogger sweats

I always thought it's easy to set up a blog.

And it is - if you are fine with what you get. Well, the thing is, we, in IT, are never fine with what we get. So, had to spend hours with customization and many hours are still ahead.

Anyway, good news, here is an easy way to make a meaningful post/blog title:


  1. <title>
  2.      <b:if cond='data:blog.pageName == ""'>
  3.        <data:blog.pageTitle/>
  4.      <b:else/>
  5.        <data:blog.pageName/>
  6.      </b:if>
  7. </title>

Comments

Popular posts from this blog

MurMurHash3, an ultra fast hash algorithm for C# / .NET

Quick select algorithm - find the Kth element in a list in linear time

ESP32 - send a push notification from the Arduino ESP32 device to your phone