diff --git a/_config.yml b/_config.yml index c22c671b2033475ed67f0872e344bab32b052286..e9d5e5862dcd13a5e332ce8295cc5f3f80859f39 100644 --- a/_config.yml +++ b/_config.yml @@ -14,8 +14,8 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: CSE 373 -tagline: Data Structures and Algorithms -description: Design, analysis, and critique of data structures and algorithms. +description: Data Structures and Algorithms +tagline: University of Washington, Summer 2021 author: Kevin Lin baseurl: '/courses/cse373/21su' # the subpath of your site, e.g. /blog url: 'https://courses.cs.washington.edu' # the base hostname & protocol for your site, e.g. http://example.com diff --git a/index.md b/index.md index 4fe7792ef2507794ca78757a1c11f03abad4d3af..20bda35d68d3ecc2b5b2745d6ea639afb6666b98 100644 --- a/index.md +++ b/index.md @@ -8,9 +8,9 @@ seo: name: Data Structures and Algorithms --- -# {{ site.tagline }} +# {{ site.description }} {: .mb-2 } -{{ site.description }} +{{ site.tagline }} {: .fs-6 .fw-300 } This is CSE 373 Summer 2021 at the University of Washington. Looking for [**Autumn 2021**](https://courses.cs.washington.edu/courses/cse373/21au/)?