(Squarespace) Adding Year to Portfolio Title

To add Year to Portfolio Title, like this.

#1 . First, find Portfolio Item URL

In my example, we will have

/projects/harvard-university

/projects/stanford-university

/projects/university-of-oxford

/projects/university-of-cambridge

#2. Next, click Plus icon in Not Linked

#3 . Next, choose Blank Page

#4. Make sure Page Name/URL is

Name: Project Extend

URL Slug: /project-update-text

#5. Add some Text Blocks with this format

Portfolio item url

Year

#6. Install this plugin (free plugin)

Plugin will give you some code. You can add it to Code Injection > Footer.

#7 . Use this code to Custom CSS.

div.portfolio-description {
    width: 100%;
    text-align: center;
}
div.portfolio-description p {
    margin-top: 0px !important;
}
h3.portfolio-title {
    margin-bottom: 0px !important;
}

We will have