| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier yesterday | 1 | <footer class="site-foot column"> |
| 2 | <span>Text is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></span> |
| 3 | <span class="sep" aria-hidden="true">·</span> |
| 4 | <span> |
| 5 | <a class="rss" href="{{ "index.xml" | relURL }}" title="Subscribe via RSS"> |
| 6 | <svg viewBox="0 0 24 24" aria-hidden="true"> |
| 7 | <path d="M4 11a9 9 0 0 1 9 9h-2.5A6.5 6.5 0 0 0 4 13.5V11z" /> |
| 8 | <path d="M4 4a16 16 0 0 1 16 16h-2.5A13.5 13.5 0 0 0 4 6.5V4z" /> |
| 9 | <circle cx="5.5" cy="18.5" r="2" /> |
| 10 | </svg> |
| 11 | RSS |
| 12 | </a> |
| 13 | </span> |
| 14 | {{ with site.Params.nixstorepath }} |
| 15 | <span class="store-path-row"> |
| 16 | <code class="store-path" title="This site was built by Nix">{{ . }}</code> |
| 17 | </span> |
| 18 | {{ end }} |
| 19 | </footer> |