How do I create an image link to an object that works for both internal and partner users?

I have a custom Skuid page embedded in a home page component that displays a list of custom objects as “cards” (see screenshot attached).

Currently, all Internal and Partner users can access the custom object listed on the cards by clicking on the Record Name. This is working just fine.

Here is my template code:

You need a very small adjustment in your href code.  it should be as follow:  <a href=“/{{{Id}}}” style…