We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226cae6 commit 2278eb2Copy full SHA for 2278eb2
contents/general.yaml
@@ -1,5 +1,6 @@
1
main_title: "Machine Learning"
2
sub_title: "School of Computing Science"
3
+sub_title_link: "https://cs.sfu.ca/"
4
5
section_one:
6
name: "WHY SFU"
src/App.vue
@@ -6,7 +6,7 @@
</div>
7
<div class="header-title">
8
<div>
9
- <div>{{general.sub_title}}</div>
+ <div><a :href="general.sub_title_link">{{general.sub_title}}</a></div>
10
<div style="font-size:1.3em;font-weight:700;color:#444;">{{general.main_title}}</div>
11
12
0 commit comments