mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 21:24:41 +03:00
base_url no longer has trailing slash?
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
<title>C++ Core Guidelines</title>
|
||||
|
||||
<!-- CSS, could be merged and minified for improved loading speed -->
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}public/css/hyde.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}public/css/custom.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/hyde.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/custom.css">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface|Roboto+Mono">
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||
|
||||
Reference in New Issue
Block a user