My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

head.html 698B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>
  5. {{ if $.IsPage }}
  6. {{ .Title }}
  7. &middot;
  8. {{ .Site.Title }}
  9. {{ else }}
  10. {{ .Title }}
  11. {{ if not $.IsHome }}
  12. &middot;
  13. {{ .Site.Title }}
  14. {{ end }}
  15. {{ end }}
  16. </title>
  17. <meta charset="utf-8">
  18. <link rel="stylesheet" href="/res/css/style.css">
  19. <link rel="stylesheet" href="/res/css/monokai.css">
  20. <link rel="stylesheet" href="/res/css/lightbox.min.css">
  21. {{ if .RSSlink }}
  22. <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
  23. {{ end }}
  24. </head>
  25. <body>
  26. <div id="wrapper">
  27. <div id="main">