Update title and add favicon.
parent
22b28e3c42
commit
78faa48853
|
@ -0,0 +1,28 @@
|
|||
<head>
|
||||
<title>Portfolio • Joshua Potter</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="{{ site.github.url }}/assets/css/main.css">
|
||||
<link rel="stylesheet" href="{{ site.github.url }}/assets/css/syntax.css">
|
||||
<!-- Use Atom -->
|
||||
{% feed_meta %}
|
||||
<!-- Use RSS-2.0 -->
|
||||
<!--<link href="{{ site.github.url }}/rss-feed.xml" type="application/rss+xml" rel="alternate" title="{{ site.title }} | {{ site.description }}"/>
|
||||
//-->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quattrocento+Sans">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
|
||||
MathJax.Hub.Config({
|
||||
tex2jax: {
|
||||
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<!-- Google Analytics -->
|
||||
{% include google-analytics.html %}
|
||||
<!-- Use Jekyll SEO plugin -->
|
||||
{% seo %}
|
||||
</head>
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue