pidgin/nest

c96e5e928659
Parents 7220fb450aed
Children ca89cbd18377
Use overrides instead of modified theme
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/layouts/partials/custom-header.html Sat Jun 08 17:27:46 2019 +0100
@@ -0,0 +1,1 @@
+<link rel="stylesheet" href="/css/custom.css">
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/layouts/partials/favicon.html Sat Jun 08 17:27:46 2019 +0100
@@ -0,0 +1,3 @@
+<link rel="icon" type="image/png" href="/images/pidgin-circle-16.png" sizes="16x16">
+<link rel="icon" type="image/png" href="/images/pidgin-circle-32.png" sizes="32x32">
+<link rel="icon" type="image/png" href="/images/pidgin-circle-96.png" sizes="96x96">
\ No newline at end of file
--- a/hugo/themes/learn/layouts/partials/custom-header.html Sun Jun 09 17:02:44 2019 -0400
+++ b/hugo/themes/learn/layouts/partials/custom-header.html Sat Jun 08 17:27:46 2019 +0100
@@ -1,1 +1,5 @@
-<link rel="stylesheet" href="/css/custom.css">
\ No newline at end of file
+<!-- Partial intended to be overwritten to add custom headers, like CSS or any other info
+<style type="text/css">
+ /* Custom css */
+</style>
+-->
\ No newline at end of file
--- a/hugo/themes/learn/layouts/partials/favicon.html Sun Jun 09 17:02:44 2019 -0400
+++ b/hugo/themes/learn/layouts/partials/favicon.html Sat Jun 08 17:27:46 2019 +0100
@@ -1,3 +1,1 @@
-<link rel="icon" type="image/png" href="/images/pidgin-circle-16.png" sizes="16x16">
-<link rel="icon" type="image/png" href="/images/pidgin-circle-32.png" sizes="32x32">
-<link rel="icon" type="image/png" href="/images/pidgin-circle-96.png" sizes="96x96">
\ No newline at end of file
+<link rel="icon" href="{{"images/favicon.png" | relURL}}" type="image/png">