Personal website https://benkurtovic.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.
 
 
 
 

32 lines
1.9 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{% if page.title != "Home" %}{{ page.title }} &ndash; {% endif %}Ben Kurtovic</title>
  6. <meta name="description" content="{% if page.title == 'Home' %}Ben Kurtovic's personal projects and a short blog on software{% else %}{% if page.description %}{{ page.description }}{% else %}{{ page.title }}{% endif %} &#124; Ben Kurtovic's blog{% endif %}">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="icon" type="image/png" href="/static/favicon.png" />
  9. <link rel="stylesheet" href="/static/main.css" />
  10. <link rel="stylesheet" href="/static/syntax.css" />
  11. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
  12. <link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Ben Kurtovic" />
  13. <script src="https://code.jquery.com/jquery-3.3.0.min.js" integrity="sha256-RTQy8VOmNlT6b2PIRur37p6JEBZUE7o8wPgMvu18MC4=" crossorigin="anonymous"></script>
  14. <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS-MML_HTMLorMML" integrity="sha256-fCth3p2B4cZMzlr7OFizmo5RkdJAHJ4vOHpE7FaNcR8=" crossorigin="anonymous"></script>
  15. <script src="/static/main.js"></script>
  16. </head>
  17. <body>
  18. <div id="banner">
  19. <a href="/">
  20. <img src="/static/avatar.png" title="Ben Kurtovic" alt="Earwig" />
  21. <h1>Ben Kurtovic</h1>
  22. </a>
  23. </div>
  24. <div id="container">
  25. {{ content }}
  26. <div id="footer">
  27. <p>Copyright &copy; 2011&ndash;{{ site.time | date: "%Y" }} Ben&nbsp;Kurtovic &bull; <a href="https://git.benkurtovic.com/ben/benkurtovic.com">View&nbsp;Source</a></p>
  28. </div>
  29. </div>
  30. </body>
  31. </html>