We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c133e commit cf8a992Copy full SHA for cf8a992
2 files changed
_includes/header.liquid
@@ -118,12 +118,14 @@
118
{% endif %}
119
{% endfor %}
120
{% if site.search_enabled %}
121
+ <!--
122
<!-- Search -->
123
<li class="nav-item">
124
<button id="search-toggle" title="Search" onclick="openSearchModal()">
125
<span class="nav-link">ctrl k <i class="ti ti-search"></i></span>
126
</button>
127
</li>
128
+ -->
129
130
{% if site.enable_darkmode %}
131
<!-- Toogle theme mode -->
_pages/about.md
@@ -9,7 +9,8 @@ profile:
9
image: pic2.jpeg
10
image_circular: true # crops the image to make it circular
11
more_info: >
12
- <p>208 Gross Hall, Campus Box 90204</p>
+ <p>208 Gross Hall</p>
13
+ <p>Campus Box 90204</p>
14
<p>140 Science Drive</p>
15
<p>Durham, NC 27708</p>
16
0 commit comments