aboutsummaryrefslogtreecommitdiff
path: root/app/views/components
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-05-30 00:04:57 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-01 02:48:34 -0400
commitf9bac24c040e22c1ba5c05386760810a193b6d66 (patch)
tree8c76d6e3fc876bb9e5dab86eabaec46f8e70c653 /app/views/components
parentbf11a9885d18b94002929a4ff2e6cb89d18a1593 (diff)
downloadthedroneely.com-f9bac24c040e22c1ba5c05386760810a193b6d66.tar.gz
thedroneely.com-f9bac24c040e22c1ba5c05386760810a193b6d66.tar.bz2
thedroneely.com-f9bac24c040e22c1ba5c05386760810a193b6d66.zip
generators/hugo/themes/layouts: Add Abstracts
Diffstat (limited to 'app/views/components')
-rw-r--r--app/views/components/context.menu.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/components/context.menu.php b/app/views/components/context.menu.php
index 59f6610..1a3356a 100644
--- a/app/views/components/context.menu.php
+++ b/app/views/components/context.menu.php
@@ -21,6 +21,7 @@
$route = '/posts/'; $label = 'Posts'; include views('components', 'navigator.link.dropdown');
$route = '/projects/'; $label = 'Projects'; include views('components', 'navigator.link.dropdown');
$route = '/about/'; $label = 'Profile'; include views('components', 'navigator.link.dropdown');
+ $route = '/abstracts/'; $label = 'Abstracts'; include views('components', 'navigator.link.dropdown');
$route = '/contact/'; $label = 'Contact'; include views('components', 'navigator.link.dropdown');
$route = '/git/'; $label = 'Repository'; include views('components', 'navigator.link.dropdown');
$route = 'https://ko-fi.com/thedroneely'; $label = 'Coffee'; include views('components', 'navigator.link.dropdown');