head.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html>
  3. <head data-suburl="">
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  6. <meta property="og:url" content="https://notabug.org/" />
  7. <meta property="og:type" content="website" />
  8. <meta property="og:title" content="NotABug.org: Free code hosting">
  9. <meta property="og:description" content="Gogs is a painless self-hosted Git service.">
  10. <meta property="og:image" content="https://notabug.org/img/gogs-lg.png" />
  11. <meta property="og:site_name" content="Gogs">
  12. <link rel="shortcut icon" href="/img/favicon.png" />
  13. <link href="/assets/img/icon-48.ico" rel="icon" type="image/x-icon" />
  14. <link href="/assets/img/icon-60.png" rel="apple-touch-icon">
  15. <link href="/assets/img/icon-76.png" rel="apple-touch-icon" sizes="76x76">
  16. <link href="/assets/img/icon-120.png" rel="apple-touch-icon" sizes="120x120">
  17. <link href="/assets/img/icon-152.png" rel="apple-touch-icon" sizes="152x152">
  18. <link href="/assets/img/icon-240.png" rel="apple-touch-icon" sizes="240x240">
  19. <link rel="stylesheet" href="/assets/font-awesome-4.6.3/css/font-awesome.min.css">
  20. <link rel="stylesheet" href="/assets/octicons-4.3.0/octicons.min.css">
  21. <link rel="stylesheet" href="/assets/css/semantic-2.2.10.min.css">
  22. <link rel="stylesheet" href="/assets/css/gogs.css">
  23. <link rel="stylesheet" href="/assets/css/notabug.css">
  24. <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
  25. <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
  26. <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
  27. </head>